IGSTK
|
00001 /*========================================================================= 00002 00003 Program: Image Guided Surgery Software Toolkit 00004 Module: $RCSfile: igstkMRImageSpatialObjectRepresentation.h,v $ 00005 Language: C++ 00006 Date: $Date: 2008-02-11 01:41:50 $ 00007 Version: $Revision: 1.7 $ 00008 00009 Copyright (c) ISC Insight Software Consortium. All rights reserved. 00010 See IGSTKCopyright.txt or http://www.igstk.org/copyright.htm for details. 00011 00012 This software is distributed WITHOUT ANY WARRANTY; without even 00013 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00014 PURPOSE. See the above copyright notices for more information. 00015 00016 =========================================================================*/ 00017 #ifndef __igstkMRImageSpatialObjectRepresentation_h 00018 #define __igstkMRImageSpatialObjectRepresentation_h 00019 00020 #include "igstkImageSpatialObjectRepresentation.h" 00021 #include "igstkMRImageSpatialObject.h" 00022 00023 namespace igstk 00024 { 00025 00033 class MRImageSpatialObjectRepresentation : 00034 public ImageSpatialObjectRepresentation< MRImageSpatialObject > 00035 { 00036 00037 public: 00038 00040 igstkStandardClassTraitsMacro( MRImageSpatialObjectRepresentation, \ 00041 ImageSpatialObjectRepresentation< MRImageSpatialObject > ) 00042 00043 00046 Pointer Copy() const; 00047 00048 protected: 00049 00050 MRImageSpatialObjectRepresentation( void ); 00051 virtual ~MRImageSpatialObjectRepresentation( void ); 00052 00054 void PrintSelf( std::ostream& os, itk::Indent indent ) const; 00055 00056 private: 00057 00058 }; 00059 00060 } // end namespace igstk 00061 00062 #endif // __igstkMRImageSpatialObjectRepresentation_h