Mitsuba Renderer  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::MinMaxBins::Partition Struct Reference

#include <mitsuba/render/gkdtree.h>

Public Member Functions

 Partition (const AABBType &left, IndexType *leftIndices, const AABBType &right, IndexType *rightIndices)
 

Public Attributes

AABBType left
 
IndexTypeleftIndices
 
AABBType right
 
IndexTyperightIndices
 

Constructor & Destructor Documentation

template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::MinMaxBins::Partition::Partition ( const AABBType &  left,
IndexType leftIndices,
const AABBType &  right,
IndexType rightIndices 
)
inline

Member Data Documentation

template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
AABBType mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::MinMaxBins::Partition::left
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
IndexType* mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::MinMaxBins::Partition::leftIndices
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
AABBType mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::MinMaxBins::Partition::right
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
IndexType* mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::MinMaxBins::Partition::rightIndices

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