X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2Fkernel_ManagerContour_NDimensions%2FOutlineModelManager.cxx;h=89d0b6da6df88b33a53f905c56a10cce3ac0759b;hb=3a73ff10fa8904d7aad5df49b1481f58abf829e3;hp=3271dbcc65584df58099e4a4ad74d55129bd62ad;hpb=c7aa7286e02028ade712c1284fea9439d0d3c61c;p=creaContours.git diff --git a/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.cxx b/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.cxx index 3271dbc..89d0b6d 100644 --- a/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.cxx +++ b/lib/kernel_ManagerContour_NDimensions/OutlineModelManager.cxx @@ -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 ); @@ -572,6 +573,11 @@ updateToActualInstant(); } + Instant* OutlineModelManager :: getInstant() + { + return actualInstant; + } + /* * Gets the an axe with a given keyName * @axeKName The axe keyName for searching in the axes environment