freCharImageMediaController.h

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: freCharImageMediaController.h,v $
00007   Language:  C++
00008 
00009 
00010 
00011   Copyright (c) 2007 Ralf o Floca (Department of Medical Informatics,
00012   Institute for Medical Biometry and Informatics, University of Heidelberg,
00013   Germany). All rights reserved.
00014   See FREECopyright.txt or http://www.mi.med.uni-hd.de/free/copyright.htm
00015   for details.
00016 
00017      This software is distributed WITHOUT ANY WARRANTY; without even 
00018      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
00019      PURPOSE.  See the above copyright notices for more information.
00020 
00021 =========================================================================*/
00022 #ifndef __freCharImageMediaController_h
00023 #define __freCharImageMediaController_h
00024 
00025 #include "freIntensityImageMediaController.h"
00026 
00027 namespace FREE
00028 {
00029 
00035         freControllerIDMacro(CharImage2DMediaController, "Char Image 2D Media");
00036 class CharImage2DMediaController : public IntensityImageMediaControllerBase< InternalImagePixelType, char, 2>
00037 {
00038 public:  
00039   typedef IntensityImageMediaControllerBase<InternalImagePixelType, char, 2> Superclass;
00040         typedef Superclass::ComponentType ComponentType;
00041 
00042         itkTypeMacro(CharImage2DMediaController, IntensityImageMediaControllerBase);
00043 
00044   CharImage2DMediaController();
00045 };
00046 
00052         freControllerIDMacro(CharImage3DMediaController, "Char Image 3D Media");
00053 class CharImage3DMediaController : public IntensityImageMediaControllerBase< InternalImagePixelType, char, 3>
00054 {
00055 public:  
00056   typedef IntensityImageMediaControllerBase<InternalImagePixelType, char, 3> Superclass;
00057         typedef Superclass::ComponentType ComponentType;
00058 
00059         itkTypeMacro(CharImage3DMediaController, IntensityImageMediaControllerBase);
00060 
00061   CharImage3DMediaController();
00062 };
00063 
00069         freControllerIDMacro(UnsignedCharImage2DMediaController, "Unsigned Char Image 2D Media");
00070 class UnsignedCharImage2DMediaController : public IntensityImageMediaControllerBase< InternalImagePixelType, unsigned char, 2>
00071 {
00072 public:  
00073   typedef IntensityImageMediaControllerBase<InternalImagePixelType, unsigned char, 2> Superclass;
00074         typedef Superclass::ComponentType ComponentType;
00075 
00076         itkTypeMacro(UnsignedCharImage2DMediaController, IntensityImageMediaControllerBase);
00077 
00078   UnsignedCharImage2DMediaController();
00079 };
00080 
00086         freControllerIDMacro(UnsignedCharImage3DMediaController, "Unsigned Char Image 3D Media");
00087 class UnsignedCharImage3DMediaController : public IntensityImageMediaControllerBase< InternalImagePixelType, unsigned char, 3>
00088 {
00089 public:  
00090   typedef IntensityImageMediaControllerBase<InternalImagePixelType, unsigned char, 3> Superclass;
00091         typedef Superclass::ComponentType ComponentType;
00092 
00093         itkTypeMacro(UnsignedCharImage3DMediaController, IntensityImageMediaControllerBase);
00094 
00095   UnsignedCharImage3DMediaController();
00096 };
00097 
00098 } //end of namespace free
00099 
00100 #endif

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