|
Blender V5.0
|
#include <octree.h>
Inherits OctreeNode.
Public Member Functions | |
| OctreeInternalNode (OctreeNode &node) | |
| Public Member Functions inherited from OctreeNode | |
| OctreeNode () | |
| OctreeNode (BoundBox bbox_, int depth_) | |
| virtual | ~OctreeNode ()=default |
| void | visualize (std::string &str) const |
Public Attributes | |
| vector< std::shared_ptr< OctreeNode > > | children_ |
| Public Attributes inherited from OctreeNode | |
| BoundBox | bbox |
| int | depth |
| Extrema< float > | sigma = {0.0f, 0.0f} |
Definition at line 47 of file cycles/bvh/octree.h.
|
inline |
Definition at line 48 of file cycles/bvh/octree.h.
References OctreeNode::bbox, children_, OctreeNode::depth, OctreeNode::OctreeNode(), and OctreeNode::sigma.
| vector<std::shared_ptr<OctreeNode> > OctreeInternalNode::children_ |
Definition at line 55 of file cycles/bvh/octree.h.
Referenced by OctreeInternalNode().