00001 #ifndef STABLESEGMENTATIONREADER_H 00002 #define STABLESEGMENTATIONREADER_H 00003 00004 #include "../../mesh/mesh_sequence.h" 00005 #include "../stablesegmentation.h" 00006 #include "../timesegmentation.h" 00007 00008 namespace SegmentationNS { 00009 00014 class StableSegmentationViewer: public StableSegmentation { 00015 public: 00016 StableSegmentationViewer(MeshNS::MeshSequencePtr dm=MeshNS::MeshSequencePtr(), int nbCluster= -1) : 00017 StableSegmentation("SSViewer", dm, nbCluster) { 00018 } 00019 00020 void segment() { 00021 } 00022 00023 }; 00024 } 00025 00026 ISEGMENTATION(StableSegmentationViewer) 00027 #endif // TIMESEGMENTATIONREADER_H