X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fkernel_ManagerContour_NDimensions%2FContourThing.h;h=45b2f08c960703874a61ff830f52ec40c9a775a2;hb=dfdd7c80dbd20fea642090201b64eb7119a144bf;hp=80e3e8a06529f98f7d9e9d7f9654381c18a528fe;hpb=a00c5fd269140ac09f0a7a9b36a97bb040f62f86;p=creaContours.git diff --git a/lib/kernel_ManagerContour_NDimensions/ContourThing.h b/lib/kernel_ManagerContour_NDimensions/ContourThing.h index 80e3e8a..45b2f08 100644 --- a/lib/kernel_ManagerContour_NDimensions/ContourThing.h +++ b/lib/kernel_ManagerContour_NDimensions/ContourThing.h @@ -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