Blender V5.0
OctreeInternalNode Struct Reference

#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< floatsigma = {0.0f, 0.0f}

Detailed Description

Definition at line 47 of file cycles/bvh/octree.h.

Constructor & Destructor Documentation

◆ OctreeInternalNode()

OctreeInternalNode::OctreeInternalNode ( OctreeNode & node)
inline

Member Data Documentation

◆ children_

vector<std::shared_ptr<OctreeNode> > OctreeInternalNode::children_

Definition at line 55 of file cycles/bvh/octree.h.

Referenced by OctreeInternalNode().


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