#include <mdsTetraMeshOptimize.h>
Inheritance diagram for CTetraMeshOptimize:
Public Types | |
typedef mds::base::CSharedPtr< CTetraMeshOptimize > | tSmartPtr |
Smart pointer type. | |
Public Member Functions | |
CTetraMeshOptimize (const std::string &sDescription) | |
Default constructor. | |
virtual | ~CTetraMeshOptimize () |
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_dEdge |
double | m_dQuality |
Command line parameters. | |
mds::img::CDensityVolumePtr | m_spEdgeVolume |
Input volume. | |
mds::seg::CTetraMeshPtr | m_spMesh |
Input triangular mesh. | |
Friends | |
class | mds::base::CSharedPtr< CTetraMeshOptimize > |
|
Smart pointer type.
|
|
Default constructor.
|
|
Virtual destructor.
|
|
Virtual method called by the processing thread.
|
|
Called on console shutdown.
|
|
Virtual method called on startup.
|
|
Called on writing a usage statement.
|
|
|
|
|
|
Command line parameters.
|
|
Input volume.
|
|
Input triangular mesh.
|