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

Public Member Functions

 lessthan (const int longestAxis) noexcept
 
bool operator() (const BuildNode &node1, const BuildNode &node2) const
 

Public Attributes

int longestAxis_
 

Constructor & Destructor Documentation

◆ lessthan()

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

Member Function Documentation

◆ operator()()

template<typename T>
bool MobileRT::BVH< T >::lessthan::operator() ( const BuildNode node1,
const BuildNode node2 
) const
inline

Member Data Documentation

◆ longestAxis_

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

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