|
Blender
V3.3
|
#include <patch_map.h>
Classes | |
| struct | Child |
Public Member Functions | |
| QuadNode () | |
| void | SetChildren (int index) |
| void | SetChild (int quadrant, int index, bool isLeaf) |
Public Attributes | |
| Child | children [4] |
Definition at line 46 of file patch_map.h.
|
inline |
Definition at line 47 of file patch_map.h.
|
inline |
Definition at line 53 of file patch_map.cc.
|
inline |
Definition at line 42 of file patch_map.cc.
References children, blender::opensubdiv::PatchMap::QuadNode::Child::index, blender::opensubdiv::PatchMap::QuadNode::Child::isLeaf, and blender::opensubdiv::PatchMap::QuadNode::Child::isSet.
| Child blender::opensubdiv::PatchMap::QuadNode::children[4] |
Definition at line 64 of file patch_map.h.
Referenced by SetChildren().