#include <mdsTetraMeshRegionGrowing.h>
Inheritance diagram for CTetraMeshRegionGrowing:
Public Types | |
typedef mds::base::CSharedPtr< CTetraMeshRegionGrowing > | tSmartPtr |
Smart pointer type. | |
Public Member Functions | |
CTetraMeshRegionGrowing (const std::string &sDescription) | |
Default constructor. | |
virtual | ~CTetraMeshRegionGrowing () |
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_dBoundaryThreshold |
Command line parameters. | |
double | m_dRho |
double | m_dSimilarityThreshold |
mds::img::CDensityVolumePtr | m_spEdgeVolume |
mds::seg::CTetraMeshPtr | m_spMesh |
Input tetrahedral mesh. | |
mds::img::CDensityVolumePtr | m_spVolume |
Input volume. | |
Friends | |
class | mds::base::CSharedPtr< CTetraMeshRegionGrowing > |
|
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 tetrahedral mesh.
|
|
Input volume.
|