ElementContentAccessor Struct Reference
         
    
#include <fbxcolladaelement.h>
A struct for convenient access to the content of common COLLADA element. 
Definition at line 74 of file fbxcolladaelement.h.
 
  
  
      
        
          | bool GetNext  | 
          ( | 
          TYPE *  | 
          pData | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 81 of file fbxcolladaelement.h.
bool FromString(T *pDest, const char *pSourceBegin, const char **pSourceEnd=((void *) 0))
Convert part of the source string into destination type. 
 
 
 
 
  
  
      
        
          | int GetArray  | 
          ( | 
          TYPE *  | 
          pArray,  | 
         
        
           | 
           | 
          int  | 
          pSourceUnitOffset = 0,  | 
         
        
           | 
           | 
          int  | 
          pSourceUnitValidCount = 1,  | 
         
        
           | 
           | 
          int  | 
          pSourceUnitSize = 1,  | 
         
        
           | 
           | 
          int  | 
          pDestUnitOffset = 0,  | 
         
        
           | 
           | 
          int  | 
          pDestUnitValidCount = 1,  | 
         
        
           | 
           | 
          int  | 
          pDestUnitSize = 1,  | 
         
        
           | 
           | 
          TYPE  | 
          pDefaultValue = TYPE()  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Definition at line 87 of file fbxcolladaelement.h.
   95                 pSourceUnitOffset, pSourceUnitValidCount, pSourceUnitSize,
 
   96                 pDestUnitOffset, pDestUnitValidCount, pDestUnitSize, pDefaultValue);
 
int FromStringToArray(const char *pString, TYPE *pArray, int pSourceUnitOffset, int pSourceValidUnitCount, int pSourceGroupSize, int pDestUnitOffset, int pDestValidUnitCount, int pDestGroupSize, TYPE pDefaultValue=TYPE())
Parse the string into an array. 
 
 
 
 
The documentation for this struct was generated from the following file: