![]() |
Public API Reference |
#include <mdlconv.h>
Inheritance diagram for iModelConverter:
Public Methods | |
virtual int | GetFormatCount ()=0 |
Return the number of supported formats. More... | |
virtual const csModelConverterFormat * | GetFormat (int idx)=0 |
Return the description of a supported format. More... | |
virtual csPtr< iModelData > | Load (uint8 *Buffer, uint32 Size)=0 |
Read a model file. More... | |
virtual csPtr< iDataBuffer > | Save (iModelData *, const char *Format)=0 |
Write data to a file. More... |
Used to convert model data from an arbitrary format to iModelData or vice versa.
Definition at line 50 of file mdlconv.h.
|
Return the description of a supported format.
|
|
Return the number of supported formats.
|
|
Read a model file.
|
|
Write data to a file.
|