]> Creatis software - creaContours.git/blobdiff - lib/kernel_ManagerContour_NDimensions/ContourThing.cxx
Changes with manualBaseModel. It improves the functionality with the new
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / ContourThing.cxx
index aa8747804e4f7b2972242de093205f522d2e48cd..648ee8828e08d0d16d64102cf85cc38b554903b1 100644 (file)
@@ -16,7 +16,7 @@
        /*
        * Creates a ContourThing 
        */
-       ContourThing :: ContourThing(manualContourModel * model)
+       ContourThing :: ContourThing(manualBaseModel * model)
        {
                setModel( model );
        }
                outlineName = aName;
        }
 
-       manualContourModel * ContourThing ::getModel()
+       manualBaseModel * ContourThing ::getModel()
        {
                return theModel;
        }
 
-       void ContourThing :: setModel(manualContourModel * model)
+       void ContourThing :: setModel(manualBaseModel * model)
        {
                theModel = model;
        }