]> Creatis software - creaContours.git/blobdiff - lib/kernel_ManagerContour_NDimensions/OutlineModelManager.h
Changes with manualBaseModel. It improves the functionality with the new
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / OutlineModelManager.h
index 63feb9e84cb96766d722fb8150d124c838b52854..8520b6aa32524859c24cd2e300c893e9e69b9abb 100644 (file)
@@ -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<int>  theInstantData, std::string aName = "" );
+       std::string createOutline(manualBaseModel * model, std::vector<int>  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<int> &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);