freMultiRigidRegistrationController.cxx

Go to the documentation of this file.
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: freMultiRigidRegistrationController.cxx,v $
00007   Language:  C++
00008 
00009 
00010   Date:      $Date: 2004/08/04 $
00011   Version:   $Revision: 0.1 $
00012 
00013   Copyright (c) 2007 Ralf o Floca (Department of Medical Informatics,
00014   Institute for Medical Biometry and Informatics, University of Heidelberg,
00015   Germany). All rights reserved.
00016   See FREECopyright.txt or http://www.mi.med.uni-hd.de/free/copyright.htm
00017   for details.
00018 
00019      This software is distributed WITHOUT ANY WARRANTY; without even 
00020      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
00021      PURPOSE.  See the above copyright notices for more information.
00022 
00023 =========================================================================*/
00024 
00025 #include "freMultiRigidRegistrationController.h"
00026 
00027 namespace FREE
00028 {
00032 
00033 
00034 MultiRigid2DRegistrationController::
00035 MultiRigid2DRegistrationController()
00036 {       
00037   this->UpdateControllerID(ControllerID::MultiRigid2DRegistrationController);
00038   this->m_Description = "Realizes a rigid registration (in 2 dimensions) for multiple resolutions by an image pyramid.";
00039 };
00040 
00044 
00045 
00046 MultiRigid3DRegistrationController::
00047 MultiRigid3DRegistrationController()
00048 {       
00049   this->UpdateControllerID(ControllerID::MultiRigid3DRegistrationController);
00050   this->m_Description = "Realizes a rigid registration (in 3 dimensions) for multiple resolutions by an image pyramid.";
00051 };
00052 
00053 } //end of namespace free

Generated at Sat Oct 13 16:40:56 2007 for f.r.e.e. - Flexible Registration and Evaluation Engine by doxygen 1.5.3 written by Dimitri van Heesch, © 1997-2000