Once the tree has been constructed, it is rewritten into a more convenient binary storage format. More...
#include <mitsuba/render/gkdtree.h>
Public Member Functions | |
RewriteItem (const KDNode *node, KDNode *target, const typename GenericKDTree::BuildContext *context, const AABBType &aabb) | |
Public Attributes | |
const KDNode * | node |
KDNode * | target |
const GenericKDTree::BuildContext * | context |
AABBType | aabb |
Once the tree has been constructed, it is rewritten into a more convenient binary storage format.
This data structure is used to store temporary information about this process.
|
inline |
AABBType mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::RewriteItem::aabb |
const GenericKDTree::BuildContext* mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::RewriteItem::context |
const KDNode* mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::RewriteItem::node |
KDNode* mitsuba::GenericKDTree< AABBType, TreeConstructionHeuristic, Derived >::RewriteItem::target |