]> Creatis software - creaContours.git/blobdiff - lib/kernel_ManagerContour_NDimensions/OutlineModelManager.h
*** empty log message ***
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / OutlineModelManager.h
index 76322a566c5941dae20f0aa6ce5593ccf0723d34..63feb9e84cb96766d722fb8150d124c838b52854 100644 (file)
@@ -297,7 +297,7 @@ public:
        * Gets all instants outlines
        * @return The instants set 
        */
-       std::vector<Instant *> OutlineModelManager :: getOutlineInstants();
+       std::vector<Instant *> getOutlineInstants();
 
        /*
        * Includes an instant to the specified axe
@@ -363,7 +363,7 @@ public:
        void ChangeContourOfList(std::string keyName, Instant *instant);
        int IsPartOfStaticList(std::string ss);
 
-
+       Instant* getInstant();
 
 private : 
 
@@ -379,6 +379,7 @@ private :
        bool setAutomaticConcepts();
        
 
+       
 
        
 //------------------------------------------------------------------------------------------------------------