mdsTetraMeshTetrahedronSplitting.h

Go to the documentation of this file.
00001 //==============================================================================
00018 #ifndef MDS_TETRAMESHTETRAHEDRONSPLITTING_H
00019 #define MDS_TETRAMESHTETRAHEDRONSPLITTING_H
00020 
00021 // MDSTk
00022 #include <MDSTk/Base/mdsSetup.h>
00023 #include <MDSTk/Module/mdsModule.h>
00024 #include <MDSTk/System/mdsEvent.h>
00025 #include <MDSTk/Image/mdsDensityVolume.h>
00026 
00027 // MDSTk Extensions
00028 #include <MDSTk/VectorSegmentation/mdsTetraMesh.h>
00029 
00030 
00031 //==============================================================================
00036 class CTetraMeshTetrahedronSplitting : public mds::mod::CModule
00037 {
00038 public:
00041     MDS_SHAREDPTR(CTetraMeshTetrahedronSplitting);
00042 
00043 public:
00045     CTetraMeshTetrahedronSplitting(const std::string& sDescription);
00046 
00048     virtual ~CTetraMeshTetrahedronSplitting();
00049 
00050 protected:
00052     virtual bool startup();
00053 
00055     virtual bool main();
00056 
00058     virtual void shutdown();
00059 
00061     virtual void writeExtendedUsage(std::ostream& Stream);
00062 
00063 protected:
00065     mds::seg::CTetraMeshPtr m_spMesh;
00066 
00068     mds::img::CDensityVolumePtr m_spVolume, m_spEdgeVolume;
00069 
00071     double m_dMinLength, m_dHomogeneityThreshold, m_dRho;
00072 };
00073 
00074 
00075 //==============================================================================
00079 typedef CTetraMeshTetrahedronSplitting::tSmartPtr  CTetraMeshTetrahedronSplittingPtr;
00080 
00081 
00082 #endif // MDS_TETRAMESHTETRAHEDRONSPLITTING_H
00083 

Generated on Thu Mar 11 10:38:11 2010 for MDSTk Extension Modules by  doxygen 1.4.6-NO