Describes the beginning or end of a primitive when projected onto a certain dimension.
More...
#include <mitsuba/render/gkdtree.h>
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
struct mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::EdgeEvent
Describes the beginning or end of a primitive when projected onto a certain dimension.
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
Possible event types.
Enumerator |
---|
EEdgeEnd |
|
EEdgePlanar |
|
EEdgeStart |
|
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
std::string mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::EdgeEvent::toString |
( |
| ) |
const |
|
inline |
Return a string representation.
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
template<typename AABBType, typename TreeConstructionHeuristic, typename Derived>
Event type: end/planar/start.
The documentation for this struct was generated from the following file: