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=f9901e756bb82bd333310b47607875331616bb29;hp=defc487efb09d80c711a191fd48caa12d3bde0ee;hpb=470223c6fe3a156ce3ffea50da88dc4d2aba6115;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 defc487..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,12 +109,17 @@ protected: */ virtual void DrawUR(ImageInfoUR* imageInfo, const bool& undo); // ---------------------------------------------------------------------------------- + protected: IDequeType *m_ImagesDeque; //!