|
| FbxReaderFbx5 (FbxManager &pManager, FbxImporter &pImporter, int pID, FbxStatus &pStatus) |
|
virtual | ~FbxReaderFbx5 () |
|
virtual bool | FileOpen (char *pFileName, bool pIgnoredArg) |
|
bool | FileOpen (char *pFileName, EFileOpenSpecialFlags pFlags) override |
| Opens the file with specific EFileOpenSpecialFlags. More...
|
|
bool | FileOpen (char *pFileName) override |
| Opens the file with default flag. More...
|
|
bool | FileOpen (FbxFile *pFile) override |
|
bool | FileOpen (FbxStream *pStream, void *pStreamData) override |
| Opens the stream with default flag. More...
|
|
bool | FileClose () override |
| Closes the file stream. More...
|
|
bool | IsFileOpen () override |
| Checks if the file stream is open. More...
|
|
void | SetEmbeddingExtractionFolder (const char *pExtractFolder) override |
|
void | SetEmbeddedFileCallback (FbxEmbeddedFileCallback *pCallback) override |
|
EImportMode | GetImportMode () |
|
void | GetVersion (int &pMajor, int &pMinor, int &pRevision) override |
| Returns the file version. More...
|
|
bool | GetReadOptions (bool pParseFileAsNeeded=true) override |
| Returns file stream options. More...
|
|
bool | Read (FbxDocument *pDocument) override |
| Reads file with stream options. More...
|
|
virtual bool | GetReadOptions (FbxIO *pFbx, bool pParseFileAsNeeded=true) |
|
virtual bool | Read (FbxScene &pScene, FbxIO *pFbx) |
|
FbxDocumentInfo * | GetSceneInfo () override |
| Returns the scene info from the file. More...
|
|
FbxArray< FbxTakeInfo * > * | GetTakeInfo () override |
| Returns the list of take infos from the file. More...
|
|
bool | SupportsStreams () const override |
| Returns true if this reader supports FbxStream I/O. More...
|
|
| FbxReader (FbxManager &pManager, int pID, FbxStatus &pStatus) |
| Constructor. More...
|
|
virtual | ~FbxReader () |
| Destructor. More...
|
|
virtual void | PluginReadParameters (FbxObject &pParams) |
| Reads extension plug-ins name, version and parameters, so that we can remember if a plug-in was used during export. More...
|
|
virtual bool | GetAxisInfo (FbxAxisSystem *, FbxSystemUnit *) |
| Returns the system axis information and file system units from the file. More...
|
|
virtual bool | GetStatistics (FbxStatistics *) |
| Returns statistics from the file. More...
|
|
virtual bool | GetFrameRate (FbxTime::EMode &pTimeMode) |
| Get FBX file time mode read from GlobalSettings in FBX 6.n and FBX 7.n. More...
|
|
virtual bool | GetDefaultRenderResolution (FbxString &pCamName, FbxString &pResolutionMode, double &pW, double &pH) |
| If default camera resolution is OK, returns information about the resolution of the render. More...
|
|
bool | IsGenuine () |
| Judges if the format of the file is was created by an Autodesk plug-in. More...
|
|
virtual FbxIOSettings * | GetIOSettings () |
| Access to a IOSettings object. More...
|
|
virtual void | SetIOSettings (FbxIOSettings *pIOSettings) |
| Set the IOSettings pointer to be used for this reader instance. More...
|
|
virtual void | SetProgressHandler (FbxProgress *) |
| Pass a progress handler to the reader. More...
|
|
Definition at line 31 of file fbxreaderfbx5.h.