]> Creatis software - creaContours.git/blobdiff - lib/kernel_ManagerContour_NDimensions/KernelManagerContour.h
no message
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / KernelManagerContour.h
index 4df96d10df98a00503d1933a129488dd74c063ca..6aa151f5db8b8e4e04f20d08296636870ab28c6b 100644 (file)
@@ -52,14 +52,14 @@ public:
        */
        vtkImageData* getSourceImage();
 
-       
+
 
        void initializeEnvironment(std::string datadir);
 
 
        /**
        **      This methods connect the event in the class interfNewContourMenu with the world of the appli
-       **/     
+       **/
 
        std::string createOutline(manualBaseModel * manModelContour,std::vector<int> instantVector);
        /////////////////////////////////
@@ -89,7 +89,7 @@ public:
        void setInstant(Instant* theInstant);
        void setInstant(std::vector<int> vectInstant);
        std::string createCopyContourOf ( std::string anExistingKName, std::vector<int> &instantNoTouchData);
-       
+
        Instant * getCurrentInstant();
 
        manualBaseModel* getOutlineByKeyName(std::string cloneName);
@@ -135,11 +135,11 @@ public:
 
        std::vector<manualBaseModel*> ExploseEachModel( std::vector<manualBaseModel*> lstManConMod );
 
-       
+
        void getConceptsInformation(std::vector<std::string>& conceptNameVect, std::vector<int>& conceptSizeVect);
 
        vtkImageData* getImageAtInstant(std::vector<int> inst);
-       
+
 //------------------------------------------------------------------------------------------------------------
 // Constants
 //------------------------------------------------------------------------------------------------------------
@@ -148,7 +148,7 @@ public:
        std::string getCurrentFileName();
 
        std::string parseOsirixFile(std::string filename);
-private:       
+private:
 //------------------------------------------------------------------------------------------------------------
 // Attributes
 //------------------------------------------------------------------------------------------------------------
@@ -170,8 +170,6 @@ private:
 
        ContourPropagation* _contourPropagation;
 
-       bool isInitContourPropagation();
-
        OutlineModelManager* getOutlineModelManager();
 };
 #endif