X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FimageUndoRedo%2FimageUndoRedo.h;h=38414d7b01aaa88f3b2e29b6c8ed4c422fd5e385;hb=15112ae15da4222831b0e8e7c9be87daf9e99a1c;hp=21f1a17db992e220ad4510f3d059bcd9ebccabd5;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/imageUndoRedo.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/imageUndoRedo.h index 21f1a17..38414d7 100755 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/imageUndoRedo.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/imageUndoRedo.h @@ -96,8 +96,12 @@ public: VTKImageDataPointerType img); * @brief This method extract from an image the region of interest (In the undo/redo returns the volume of the modified or t-1 image). */ - VTKImageDataPointerType GetImageRegion(const RegionSType& region, - VTKImageDataPointerType img); + VTKImageDataPointerType GetImageRegion(const RegionSType& region,VTKImageDataPointerType img); + + int GetRestorBaseInitialPointX(); + int GetRestorBaseInitialPointY(); + int GetRestorBaseInitialPointZ(); + protected: // ---------------------------------------------------------------------------------- /*! @fn virtual void DrawUR(ImageInfoUR* imageInfo, const bool& undo); @@ -105,11 +109,16 @@ protected: */ virtual void DrawUR(ImageInfoUR* imageInfo, const bool& undo); // ---------------------------------------------------------------------------------- + protected: - IDequeType* m_ImagesDeque; //!