MobileRT  1.0
A multi platform C++ CPU progressive Ray Tracer.
MobileRT::BVH< T >::rightshift Struct Reference
Collaboration diagram for MobileRT::BVH< T >::rightshift:
Collaboration graph

Public Member Functions

 rightshift (const int longestAxis) noexcept
 
int operator() (const BuildNode &node, const unsigned offset) const
 

Public Attributes

int longestAxis_
 

Constructor & Destructor Documentation

◆ rightshift()

template<typename T>
MobileRT::BVH< T >::rightshift::rightshift ( const int  longestAxis)
inlinenoexcept

Member Function Documentation

◆ operator()()

template<typename T>
int MobileRT::BVH< T >::rightshift::operator() ( const BuildNode node,
const unsigned  offset 
) const
inline

Member Data Documentation

◆ longestAxis_

template<typename T>
int MobileRT::BVH< T >::rightshift::longestAxis_

The documentation for this struct was generated from the following file: