#include <fbxcolladanamespace.h>
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... | |
| void Push | ( | xmlNode * | pElement | ) | 
Push the newparam and setparam elements found in this element.
Call this method at the beginning of importing an element.
| pElement | The 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.
| pSID | The given SID. | 
| xmlNode* FindParamModification | ( | const char * | pSID | ) | const | 
Find the specific setparam element with given SID.
| pSID | The 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.
| pIndex | The given index. |