#include <mdsSaveTriMesh.h>
Inheritance diagram for CSaveTriMesh:
Public Member Functions | |
CSaveTriMesh (const std::string &sDescription) | |
Default constructor. | |
MDS_SHAREDPTR (CSaveTriMesh) | |
Smart pointer type
| |
virtual | ~CSaveTriMesh () |
Virtual destructor. | |
Protected Types | |
enum | EDataFormat { F_VRML, F_STL } |
Format of resulting tri mesh. More... | |
Protected Member Functions | |
virtual bool | main () |
Virtual method called by the processing thread. | |
virtual void | shutdown () |
Called on console shutdown. | |
virtual bool | startup () |
Virtual method called on startup. | |
virtual void | writeExtendedUsage (std::ostream &Stream) |
Called on writing a usage statement. | |
Protected Attributes | |
EDataFormat | m_eDataFormat |
Resulting data. |
|
Format of resulting tri mesh.
|
|
Default constructor.
|
|
Virtual destructor.
|
|
Virtual method called by the processing thread.
|
|
Smart pointer type
|
|
Called on console shutdown.
|
|
Virtual method called on startup.
|
|
Called on writing a usage statement.
|
|
Resulting data.
|