#include <mdsMakeTetraMeshControlSpace.h>
Inheritance diagram for CMakeTetraMeshControlSpace:

Public Member Functions | |
| CMakeTetraMeshControlSpace (const std::string &sDescription) | |
| Default constructor. | |
| MDS_SHAREDPTR (CMakeTetraMeshControlSpace) | |
| Smart pointer type. | |
| virtual | ~CMakeTetraMeshControlSpace () |
| 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 | |
| double | m_dK |
| double | m_dMinLength |
| Command line arguments. | |
| double | m_dTetra |
|
|
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