00001 #ifndef STABLESEGMENTATION_H 00002 #define STABLESEGMENTATION_H 00003 00004 #include "segment.h" 00005 #include <boost/shared_ptr.hpp> 00006 00007 namespace SegmentationNS { 00008 00009 class StableSegmentation: public Segmentation { 00010 public: 00011 StableSegmentation(const std::string& name="", MeshNS::MeshSequencePtr dm= MeshNS::MeshSequencePtr(), int nbCluster= -1, int frame1= -1, 00012 int frame2= -1); 00013 00014 protected: 00015 int _start, _end; 00016 }; 00017 } 00018 00019 QTVARIANTTYPE(StableSegmentation) 00020 00021 #endif // STABLESEGMENTATION_H