#include <mdsSaveTetraMesh.h>
Inheritance diagram for CSaveTetraMesh:
Public Member Functions | |
CSaveTetraMesh (const std::string &sDescription) | |
Default constructor. | |
MDS_SHAREDPTR (CSaveTetraMesh) | |
Smart pointer type
| |
virtual | ~CSaveTetraMesh () |
Virtual destructor. | |
Protected Types | |
enum | EDataFormat { F_VRML, F_STL } |
Format of resulting data. 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 | |
bool | m_bBoundary |
bool | m_bCut |
bool | m_bSlivers |
double | m_dTetQuality |
EDataFormat | m_eDataFormat |
Resulting data. | |
int | m_iRegion |
Index of the region/segment. |
|
Format of resulting data.
|
|
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.
|
|
Index of the region/segment.
|