49 bool GetIndices(
size_t& nIndices,
int*& aIndexList );
58 bool SetIndices(
size_t nIndices,
int* aIndexList );
67 bool AddIndex(
int aIndex );
IFSG_INDEX is the wrapper for SGINDEX.
virtual bool Attach(SGNODE *aNode) override=0
Function Attach associates a given SGNODE* with this wrapper.
virtual bool NewNode(SGNODE *aParent) override=0
Function NewNode creates a new node to associate with this wrapper.
virtual bool NewNode(IFSG_NODE &aParent) override=0
IFSG_NODE represents the base class of all DLL-safe Scene Graph nodes.
The base class of all Scene Graph nodes.
defines the wrapper of the base class SG_NODE