]> Creatis software - creaContours.git/blobdiff - lib/kernel_ManagerContour_NDimensions/OutlineModelManager.cxx
*** empty log message ***
[creaContours.git] / lib / kernel_ManagerContour_NDimensions / OutlineModelManager.cxx
index 3271dbcc65584df58099e4a4ad74d55129bd62ad..89d0b6da6df88b33a53f905c56a10cce3ac0759b 100644 (file)
@@ -78,6 +78,7 @@
        * @param theCommand Is the command to execute
        * @param fromRegistration Indicates if the execution is directed from the registration, by default comes from the GUI = false.
        */
+
        bool OutlineModelManager :: executeCommand_OutlineModel(std::string outKName, CommandObject * theCommand, bool fromRegistration)
        {
                ContourThing * theOutline = *outlinesEnvironment->getThingByName( outKName );
                updateToActualInstant();
        }
 
+       Instant* OutlineModelManager :: getInstant()
+       {
+               return actualInstant;
+       }
+
        /*
        * Gets the an axe with a given keyName
        * @axeKName The axe keyName for searching in the axes environment