]> 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 c08e357a3cd3d0da254b078260d82af78bfa593f..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,12 +358,12 @@ 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);
 
-
+       Instant* getInstant();
 
 private : 
 
@@ -379,6 +379,7 @@ private :
        bool setAutomaticConcepts();
        
 
+       
 
        
 //------------------------------------------------------------------------------------------------------------