IGSTK
|
00001 /*========================================================================= 00002 00003 Program: Image Guided Surgery Software Toolkit 00004 Module: $RCSfile: igstkPETImageSpatialObject.h,v $ 00005 Language: C++ 00006 Date: $Date: 2011-02-04 19:43:02 $ 00007 Version: $Revision: 1.1 $ 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 __igstkPETImageSpatialObject_h 00018 #define __igstkPETImageSpatialObject_h 00019 00020 #include "igstkImageSpatialObject.h" 00021 00022 namespace igstk 00023 { 00024 00042 class PETImageSpatialObject : 00043 public ImageSpatialObject< float, 3 > 00044 { 00045 00046 public: 00047 00051 typedef ImageSpatialObject< float, 3> SuperclassType; 00052 00054 igstkStandardClassTraitsMacro( PETImageSpatialObject, SuperclassType ) 00055 00056 00057 protected: 00058 00059 PETImageSpatialObject(); 00060 virtual ~PETImageSpatialObject(); 00061 00063 void PrintSelf( std::ostream& os, itk::Indent indent ) const; 00064 00065 private: 00066 00069 PETImageSpatialObject(const Self&); //purposely not implemented 00070 void operator=(const Self&); //purposely not implemented 00071 00072 00073 }; 00074 00075 } // end namespace igstk 00076 00077 #endif // __igstkPETImageSpatialObject_h