Blender  V3.3
Classes | Public Member Functions | Public Attributes | List of all members
blender::opensubdiv::PatchMap::QuadNode Struct Reference

#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]
 

Detailed Description

Definition at line 46 of file patch_map.h.

Constructor & Destructor Documentation

◆ QuadNode()

blender::opensubdiv::PatchMap::QuadNode::QuadNode ( )
inline

Definition at line 47 of file patch_map.h.

Member Function Documentation

◆ SetChild()

void blender::opensubdiv::PatchMap::QuadNode::SetChild ( int  quadrant,
int  index,
bool  isLeaf 
)
inline

Definition at line 53 of file patch_map.cc.

◆ SetChildren()

void blender::opensubdiv::PatchMap::QuadNode::SetChildren ( int  index)
inline

Member Data Documentation

◆ children

Child blender::opensubdiv::PatchMap::QuadNode::children[4]

Definition at line 64 of file patch_map.h.

Referenced by SetChildren().


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