00001 /*========================================================================= 00002 00003 Program: F.R.E.E. - flexible registration evaluation engine 00004 Version: v.1.0.0 00005 Date: $Date: 2006/09/01 12:00:00 $ 00006 Module: $RCSfile: freMaskedROICoupleController.cxx,v $ 00007 Language: C++ 00008 00009 00010 00011 Copyright (c) 2003 University Heidelberg, University of applied science Heilbronn. 00012 All rights reserved. 00013 00014 Portions of this code are covered under the ITK copyright. 00015 See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. 00016 00017 Portions of this code are covered under the VTK copyright. 00018 See VTKCopyright.txt or http://www.kitware.com/VTKCopyright.htm for details. 00019 00020 This software is distributed WITHOUT ANY WARRANTY; without even 00021 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00022 PURPOSE. See the above copyright notices for more information. 00023 00024 =========================================================================*/ 00025 #include "freMaskedROICoupleController.h" 00026 00027 namespace FREE 00028 { 00032 00033 00034 MaskedROICouple2DController:: 00035 MaskedROICouple2DController() 00036 { 00037 this->UpdateControllerID(ControllerID::MaskedROICouple2DController); 00038 this->m_Description = "A couple of masked 2D ROIs (e.g. for Registration)"; 00039 }; 00040 00044 00045 00046 MaskedROICouple3DController:: 00047 MaskedROICouple3DController() 00048 { 00049 this->UpdateControllerID(ControllerID::MaskedROICouple3DController); 00050 this->m_Description = "A couple of masked 3D ROIs (e.g. for Registration)"; 00051 }; 00052 00053 };//end of namespace
1.5.3 written by Dimitri van Heesch,
© 1997-2000