#include <fbxwriterfbx5.h>
Class Description
Definition at line 23 of file fbxwriterfbx5.h.
List of all
members.
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
| virtual bool FileCreate |
( |
char * |
pFileName |
) |
[virtual] |
Creates a new file.
- Parameters:
-
| pFileName |
The name of the newly created file. |
Implements FbxWriter.
| virtual bool FileCreate |
( |
FbxStream * |
pStream, |
|
|
void * |
pStreamData |
|
) |
|
[virtual] |
Creates a new file via a stream.
- Parameters:
-
| pStream |
The stream to write to. |
| pStreamData |
the user-defined stream data to be written. |
Reimplemented from FbxWriter.
| virtual bool FileClose |
( |
|
) |
[virtual] |
| virtual bool IsFileOpen |
( |
|
) |
[virtual] |
Test if the file is open.
Implements FbxWriter.
| virtual void GetWriteOptions |
( |
|
) |
[virtual] |
| virtual bool Write |
( |
FbxDocument * |
pDocument |
) |
[virtual] |
Writes content to the specified file with given stream
options.
- Parameters:
-
Implements FbxWriter.
| virtual bool PreprocessScene |
( |
FbxScene & |
pScene |
) |
[virtual] |
Pre-processes the scene.
- Parameters:
-
| pScene |
The scene needs to be pre-processed. |
Implements FbxWriter.
| virtual bool PostprocessScene |
( |
FbxScene & |
pScene |
) |
[virtual] |
Post-processes the scene.
- Parameters:
-
| pScene |
The scene needs to be post-processed. |
Implements FbxWriter.
| virtual bool SupportsStreams |
( |
|
) |
const [inline, virtual] |
The documentation for this class was generated from the following
file: