49 bool GetIndices(
size_t& nIndices,
int*& aIndexList );
57 bool SetIndices(
size_t nIndices,
int* aIndexList );
65 bool AddIndex(
int aIndex );
virtual bool Attach(SGNODE *aNode) override=0
Associate a given SGNODE* with this wrapper.
virtual bool NewNode(SGNODE *aParent) override=0
Create a new node to associate with this wrapper.
virtual bool NewNode(IFSG_NODE &aParent) override=0
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