51 bool GetCoordsList(
size_t& aListSize,
SGPOINT*& aCoordsList );
52 bool SetCoordsList(
size_t aListSize,
const SGPOINT* aCoordsList );
53 bool AddCoord(
double aXValue,
double aYValue,
double aZValue );
54 bool AddCoord(
const SGPOINT& aPoint );
IFSG_COORDS is the wrapper for SGCOORDS.
IFSG_NODE represents the base class of all DLL-safe Scene Graph nodes.
virtual bool NewNode(SGNODE *aParent)=0
Function NewNode creates a new node to associate with this wrapper.
virtual bool Attach(SGNODE *aNode)=0
Function Attach associates a given SGNODE* with this wrapper.
The base class of all Scene Graph nodes.
defines the wrapper of the base class SG_NODE