|
Blender V5.0
|
#include <octree.h>
Inherited by OctreeInternalNode.
Public Member Functions | |
| OctreeNode () | |
| OctreeNode (BoundBox bbox_, int depth_) | |
| virtual | ~OctreeNode ()=default |
| void | visualize (std::string &str) const |
Public Attributes | |
| BoundBox | bbox |
| int | depth |
| Extrema< float > | sigma = {0.0f, 0.0f} |
Definition at line 29 of file cycles/bvh/octree.h.
|
inline |
Definition at line 39 of file cycles/bvh/octree.h.
Referenced by OctreeInternalNode::OctreeInternalNode().
|
inline |
Definition at line 40 of file cycles/bvh/octree.h.
|
virtualdefault |
References str.
| void OctreeNode::visualize | ( | std::string & | str | ) | const |
Definition at line 404 of file cycles/bvh/octree.cpp.
References bbox, max, min, str, to_string(), float3::x, float3::y, and float3::z.
| BoundBox OctreeNode::bbox |
Definition at line 31 of file cycles/bvh/octree.h.
Referenced by OctreeInternalNode::OctreeInternalNode(), OctreeNode(), OctreeNode(), and visualize().
| int OctreeNode::depth |
Definition at line 34 of file cycles/bvh/octree.h.
Referenced by OctreeInternalNode::OctreeInternalNode(), OctreeNode(), and OctreeNode().
Definition at line 37 of file cycles/bvh/octree.h.
Referenced by OctreeInternalNode::OctreeInternalNode().