Definition at line 31 of file fbxreaderfbx5.h.
 
 | 
|   | FbxReaderFbx5 (FbxManager &pManager, FbxImporter &pImporter, int pID, FbxStatus &pStatus) | 
|   | 
| virtual  | ~FbxReaderFbx5 () | 
|   | 
| virtual bool  | FileOpen (char *pFileName, bool pIgnoredArg) | 
|   | 
| virtual bool  | FileOpen (char *pFileName, EFileOpenSpecialFlags pFlags) | 
|   | Opens the file with specific EFileOpenSpecialFlags.  More...
  | 
|   | 
| virtual bool  | FileOpen (char *pFileName) | 
|   | Opens the file with default flag.  More...
  | 
|   | 
| virtual bool  | FileOpen (FbxFile *pFile) | 
|   | 
| virtual bool  | FileOpen (FbxStream *pStream, void *pStreamData) | 
|   | Opens the stream with default flag.  More...
  | 
|   | 
| virtual bool  | FileClose () | 
|   | Closes the file stream.  More...
  | 
|   | 
| virtual bool  | IsFileOpen () | 
|   | Checks if the file stream is open.  More...
  | 
|   | 
| virtual void  | SetEmbeddingExtractionFolder (const char *pExtractFolder) | 
|   | 
| EImportMode  | GetImportMode () | 
|   | 
| virtual void  | GetVersion (int &pMajor, int &pMinor, int &pRevision) | 
|   | Returns the file version.  More...
  | 
|   | 
| virtual bool  | GetReadOptions (bool pParseFileAsNeeded=true) | 
|   | Returns file stream options.  More...
  | 
|   | 
| virtual bool  | Read (FbxDocument *pDocument) | 
|   | Reads file with stream options.  More...
  | 
|   | 
| virtual bool  | GetReadOptions (FbxIO *pFbx, bool pParseFileAsNeeded=true) | 
|   | 
| virtual bool  | Read (FbxScene &pScene, FbxIO *pFbx) | 
|   | 
| virtual FbxDocumentInfo *  | GetSceneInfo () | 
|   | Returns the scene info from the file.  More...
  | 
|   | 
| virtual FbxArray< FbxTakeInfo * > *  | GetTakeInfo () | 
|   | Returns the list of take infos from the file.  More...
  | 
|   | 
| virtual bool  | SupportsStreams () const  | 
|   | 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...
  | 
|   |