mdsTriMeshClassifyEM.h

Go to the documentation of this file.
00001 //==============================================================================
00017 #ifndef MDS_TRIMESHCLASSIFYEM_H
00018 #define MDS_TRIMESHCLASSIFYEM_H
00019 
00020 // MDSTk
00021 #include <MDSTk/Base/mdsSetup.h>
00022 #include <MDSTk/Module/mdsModule.h>
00023 #include <MDSTk/System/mdsEvent.h>
00024 #include <MDSTk/Image/mdsSlice.h>
00025 
00026 // MDSTk Extensions
00027 #include <MDSTk/VectorSegmentation/mdsTriMesh.h>
00028 
00029 
00030 //==============================================================================
00034 class CTriMeshClassifyEM : public mds::mod::CModule
00035 {
00036 public:
00039     MDS_SHAREDPTR(CTriMeshClassifyEM);
00040 
00041 public:
00043     CTriMeshClassifyEM(const std::string& sDescription);
00044 
00046     virtual ~CTriMeshClassifyEM();
00047 
00048 protected:
00050     virtual bool startup();
00051 
00053     virtual bool main();
00054 
00056     virtual void shutdown();
00057 
00059     virtual void writeExtendedUsage(std::ostream& Stream);
00060 
00061 protected:
00063     mds::seg::CTriMeshPtr m_spMesh;
00064 
00066     mds::img::CSlicePtr m_spSlice;
00067 
00069     double m_dMinAddChange;
00070     mds::tSize m_NumOfClusters;
00071 };
00072 
00073 
00074 //==============================================================================
00078 typedef CTriMeshClassifyEM::tSmartPtr   CTriMeshClassifyEMPtr;
00079 
00080 
00081 #endif // MDS_TRIMESHCLASSIFYEM_H
00082 

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