X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fkernel_ManagerContour_NDimensions%2FOutlineModelManager.h;h=8520b6aa32524859c24cd2e300c893e9e69b9abb;hb=dfdd7c80dbd20fea642090201b64eb7119a144bf;hp=63feb9e84cb96766d722fb8150d124c838b52854;hpb=a00c5fd269140ac09f0a7a9b36a97bb040f62f86;p=creaContours.git diff --git a/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.h b/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.h index 63feb9e..8520b6a 100644 --- a/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.h +++ b/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.h @@ -170,7 +170,7 @@ public: * @return Returns the key name of the created outline, or ""if it wasn't created */ //bool createOutline(std::string aName, ContourThing * &theOutline); - std::string createOutline(manualContourModel * model, std::vector theInstantData, std::string aName = "" ); + std::string createOutline(manualBaseModel * model, std::vector theInstantData, std::string aName = "" ); /* * Creates an axeThing with a given name @@ -358,7 +358,7 @@ public: void removeAllOutlines(); std::string createCopyContourOf( std::string anExistingKName, std::vector &instantNoTouchData ); - void SaveThingName( FILE *pFile, std::string nameThing ); + void SaveThingName( FILE *pFile, FILE *pFileData, std::string nameThing ); void ChangeContourOfList(std::string keyName, Instant *instant); int IsPartOfStaticList(std::string ss);