Public Member Functions

FbxColladaNamespace Struct Reference

Search for all occurrences

Detailed Description

Containing the valid parameter definition and modification in local scope.

Definition at line 24 of file fbxcolladanamespace.h.

#include <fbxcolladanamespace.h>

List of all members.

Public Member Functions

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

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.

Parameters:
pElementThe specific 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: