FbxColladaNamespace Struct Reference

FbxColladaNamespace Struct Reference

#include <fbxcolladanamespace.h>

Class Description

Containing the valid parameter definition and modification in local scope.

Definition at line 24 of file fbxcolladanamespace.h.

Public Member Functions

void Push (xmlNode *pElement)
 Push the newparam and setparam elements found in this element. More...
 
void Pop ()
 Pop the newparam and setparam elements found in this element. More...
 
xmlNode * FindParamDefinition (const char *pSID) const
 Find the specific newparam element with given SID. More...
 
xmlNode * FindParamModification (const char *pSID) const
 Find the specific setparam element with given SID. More...
 
int GetParamModificationCount () const
 Get the count of all the setparam elements in local scope. More...
 
xmlNode * GetParamModification (int pIndex) const
 Get the setparam element with given index. More...
 

Member Function Documentation

void Push ( xmlNode *  pElement)

Push the newparam and setparam elements found in this element.

Call this method at the beginning of importing an element.

Parameters
pElementThe specific element.
void Pop ( )

Pop the newparam and setparam elements found in this element.

Call this method at the end of importing an element.

xmlNode* FindParamDefinition ( const char *  pSID) const

Find the specific newparam element with given SID.

Parameters
pSIDThe given SID.
Returns
Return the found element or NULL if fail.
xmlNode* FindParamModification ( const char *  pSID) const

Find the specific setparam element with given SID.

Parameters
pSIDThe given SID.
Returns
Return the found element or NULL if fail.
int GetParamModificationCount ( ) const

Get the count of all the setparam elements in local scope.

Returns
The count.
xmlNode* GetParamModification ( int  pIndex) const

Get the setparam element with given index.

Parameters
pIndexThe given index.
Returns
The element.

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