FbxEmbeddedFilesAccumulator::PropertyUrlIndex Struct Reference


Detailed Description

Map the object to the property's hierarchical name.

An object may use the same file on multiple properties, hence the set. Each property may have multiple URLs, separate by |. We thus need to store the index along with the property.

Definition at line 38 of file fbxembeddedfilesaccumulator.h.

#include <fbxembeddedfilesaccumulator.h>

List of all members.

Public Member Functions

 PropertyUrlIndex ()
 PropertyUrlIndex (const FbxString &pUrl, int pIndex)

Public Attributes

FbxString mPropName
int mIndex

Constructor & Destructor Documentation

PropertyUrlIndex ( ) [inline]

Definition at line 43 of file fbxembeddedfilesaccumulator.h.

                           : mIndex(0)
        {
        }
PropertyUrlIndex ( const FbxString pUrl,
int  pIndex 
) [inline]

Definition at line 47 of file fbxembeddedfilesaccumulator.h.

            : mPropName(pUrl)
            , mIndex(pIndex)
        {
        }

Member Data Documentation


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