Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
iModelConverter Struct Reference
Model converter. More...
#include <imesh/mdlconv.h>
Inheritance diagram for iModelConverter:

Public Member Functions | |
virtual int | GetFormatCount ()=0 |
Return the number of supported formats. | |
virtual const csModelConverterFormat * | GetFormat (int idx)=0 |
Return the description of a supported format. | |
virtual csPtr< iModelData > | Load (uint8 *Buffer, uint32 Size)=0 |
Read a model file. | |
virtual csPtr< iDataBuffer > | Save (iModelData *, const char *Format)=0 |
Write data to a file. |
Detailed Description
Model converter.Used to convert model data from an arbitrary format to iModelData or vice versa.
Definition at line 50 of file mdlconv.h.
Member Function Documentation
|
Return the description of a supported format.
|
|
Return the number of supported formats.
|
|
Read a model file.
|
|
Write data to a file.
|
The documentation for this struct was generated from the following file:
- imesh/mdlconv.h
Generated for Crystal Space by doxygen 1.3.9.1