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=8fc88b1eb37d9ef77f4615761c0d76e6eb0552a0;hpb=192dfdf774a06066eff90e9c50916723c8592706;p=creaContours.git diff --git a/lib/kernel_ManagerContour_NDimensions/ContourThing.h b/lib/kernel_ManagerContour_NDimensions/ContourThing.h index 8fc88b1..45b2f08 100644 --- a/lib/kernel_ManagerContour_NDimensions/ContourThing.h +++ b/lib/kernel_ManagerContour_NDimensions/ContourThing.h @@ -10,7 +10,7 @@ #include "CommandObject.h" #include "ExecutableCommand.h" #include "ComposedCommand.h" -#include "manualContour.h" +#include "manualContourModel.h" class ContourThing{ @@ -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