|
Blender V5.0
|
#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 28 of file patch_map.h.
|
inline |
|
inline |
Definition at line 35 of file patch_map.cc.
|
inline |
Definition at line 24 of file patch_map.cc.
| Child blender::opensubdiv::PatchMap::QuadNode::children[4] |
Definition at line 46 of file patch_map.h.
Referenced by blender::opensubdiv::PatchMap::FindPatch(), SetChild(), and SetChildren().