#include <mdsMakeTetraMesh.h>
Inheritance diagram for CMakeTetraMesh:

Public Member Functions | |
| CMakeTetraMesh (const std::string &sDescription) | |
| Default constructor. | |
| MDS_SHAREDPTR (CMakeTetraMesh) | |
| Smart pointer type. | |
| virtual | ~CMakeTetraMesh () |
| Virtual destructor. | |
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_bCDT |
| double | m_dMinEdgeLength |
| double | m_dThreshold |
| Command line arguments. | |
| int | m_iCell |
| int | m_iNodes |
|
|
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.
|
|
|
|
|
|
|
|
|
Command line arguments.
|
|
|
|
|
|
|
1.4.6-NO