60 wxLogTrace( MASK_3D_SG,
"%s:%s:%d %s", __FILE__, __FUNCTION__, __LINE__,
WrongParent );
75 wxLogTrace( MASK_3D_SG,
"%s:%s:%d %s", __FILE__, __FUNCTION__, __LINE__,
BadParent );
84 wxLogTrace( MASK_3D_SG,
"%s:%s:%d %s", __FILE__, __FUNCTION__, __LINE__,
WrongParent );
126 wxLogTrace( MASK_3D_SG,
"%s:%s:%d * [BUG] invalid SGNODE parent (%s) to SGCOORDINDEX",
127 __FILE__, __FUNCTION__, __LINE__,
145 wxCHECK( np,
false );
An object to maintain a coordinate index list.
void AssociateWrapper(SGNODE **aWrapperRef) noexcept
Associate this object with a handle to itself.
IFSG_NODE represents the base class of all DLL-safe Scene Graph nodes.
The base class of all Scene Graph nodes.
SGNODE * GetRawPtr(void) noexcept
Function GetRawPtr() returns the raw internal SGNODE pointer.
IFSG_COORDINDEX(bool create)
void DisassociateWrapper(SGNODE **aWrapperRef) noexcept
Remove the association between an IFSG* wrapper object and this object.
const char * GetNodeTypeName(S3D::SGTYPES aNodeType) const noexcept
SGNODE * GetParent(void) const noexcept
Returns a pointer to the parent SGNODE of this object or NULL if the object has no parent (ie.
defines the CoordIndex node wrapper
virtual bool SetParent(SGNODE *aParent, bool notify=true)=0
Set the parent SGNODE of this object.
bool Attach(SGNODE *aNode) override
Function Attach associates a given SGNODE* with this wrapper.
S3D::SGTYPES GetNodeType(void) const noexcept
Return the type of this node instance.
bool NewNode(SGNODE *aParent) override
Function NewNode creates a new node to associate with this wrapper.