X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fkernel_ManagerContour_NDimensions%2FContourThing.cxx;h=648ee8828e08d0d16d64102cf85cc38b554903b1;hb=40033c782c0c68ecc676bb59de5c7fe9eb3cac44;hp=aa8747804e4f7b2972242de093205f522d2e48cd;hpb=192dfdf774a06066eff90e9c50916723c8592706;p=creaContours.git diff --git a/lib/kernel_ManagerContour_NDimensions/ContourThing.cxx b/lib/kernel_ManagerContour_NDimensions/ContourThing.cxx index aa87478..648ee88 100644 --- a/lib/kernel_ManagerContour_NDimensions/ContourThing.cxx +++ b/lib/kernel_ManagerContour_NDimensions/ContourThing.cxx @@ -16,7 +16,7 @@ /* * Creates a ContourThing */ - ContourThing :: ContourThing(manualContourModel * model) + ContourThing :: ContourThing(manualBaseModel * model) { setModel( model ); } @@ -49,12 +49,12 @@ outlineName = aName; } - manualContourModel * ContourThing ::getModel() + manualBaseModel * ContourThing ::getModel() { return theModel; } - void ContourThing :: setModel(manualContourModel * model) + void ContourThing :: setModel(manualBaseModel * model) { theModel = model; }