]> Creatis software - creaContours.git/blobdiff - lib/kernel_ManagerContour_NDimensions/ContourThing.h
Changes with manualBaseModel. It improves the functionality with the new
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / ContourThing.h
index 80e3e8a06529f98f7d9e9d7f9654381c18a528fe..45b2f08c960703874a61ff830f52ec40c9a775a2 100644 (file)
@@ -22,7 +22,7 @@ public:
        /*
        * Creates a ContourThing 
        */
-       ContourThing(manualContourModel * model);
+       ContourThing(manualBaseModel * model);
 
        /*
        * Destroys a ContourThing 
@@ -43,9 +43,9 @@ public:
        void setName(std::string  aName);
 
        
-       manualContourModel * getModel();
+       manualBaseModel * getModel();
 
-       void setModel(manualContourModel * model);
+       void setModel(manualBaseModel * model);
 
        /*
        * Executes the given command if posible and returns is posible or not
@@ -73,6 +73,6 @@ private:
 
        std::string outlineName;
 
-       manualContourModel * theModel;
+       manualBaseModel * theModel;
 };
 #endif