fbxsdk/fileio/collada/fbxcolladanamespace.h Source File
         
    
Go to the documentation of this file.
   13 #ifndef _FBXSDK_FILEIO_COLLADA_NAMESPACE_H_ 
   14 #define _FBXSDK_FILEIO_COLLADA_NAMESPACE_H_ 
   18 #include <components/libxml2-2.7.8/include/libxml/globals.h> 
   31     void Push(xmlNode * pElement);
 
void Pop()
Pop the newparam and setparam elements found in this element. 
 
void Push(xmlNode *pElement)
Push the newparam and setparam elements found in this element. 
 
xmlNode * FindParamDefinition(const char *pSID) const 
Find the specific newparam element with given SID. 
 
int GetParamModificationCount() const 
Get the count of all the setparam elements in local scope. 
 
xmlNode * FindParamModification(const char *pSID) const 
Find the specific setparam element with given SID. 
 
Containing the valid parameter definition and modification in local scope. 
 
xmlNode * GetParamModification(int pIndex) const 
Get the setparam element with given index.