/*! * @file managerUR.cxx * @brief This file contains the ManagerUR class. * @author Info-Dev * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr) * @date 2011-11-15 */ #include "managerUR.h" // ---------------------------------------------------------------------------------- ManagerUR::ManagerUR() { } // ---------------------------------------------------------------------------------- ManagerUR::~ManagerUR() { } // ---------------------------------------------------------------------------------- void ManagerUR::SetImage(VTKImageDataPointerType image) { } // ---------------------------------------------------------------------------------- void ManagerUR::Undo() { } // ---------------------------------------------------------------------------------- void ManagerUR::Redo() { } // ---------------------------------------------------------------------------------- void ManagerUR::SetURImages(ImageMManagerType* imMManager) { } // ---------------------------------------------------------------------------------- void ManagerUR::DrawUR(ImageInfoUR* imageInfo, const bool& undo) { } // ----------------------------------------------------------------------------------