IGSTK
/build/buildd/igstk-4.4.0/Source/igstkPETImageSpatialObjectRepresentation.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Image Guided Surgery Software Toolkit
00004   Module:    $RCSfile: igstkPETImageSpatialObjectRepresentation.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 __igstkPETImageSpatialObjectRepresentation_h
00018 #define __igstkPETImageSpatialObjectRepresentation_h
00019 
00020 #include "igstkImageSpatialObjectRepresentation.h"
00021 #include "igstkPETImageSpatialObject.h"
00022 #include "igstkStateMachine.h"
00023 
00024 namespace igstk
00025 {
00026 
00039 class PETImageSpatialObjectRepresentation : 
00040          public ImageSpatialObjectRepresentation< PETImageSpatialObject >
00041 {
00042 
00043 public:
00044 
00046   igstkStandardClassTraitsMacro( PETImageSpatialObjectRepresentation, \
00047                     ImageSpatialObjectRepresentation< PETImageSpatialObject > )
00048 
00049   
00052   Pointer Copy() const;
00053 
00054 protected:
00055 
00056   PETImageSpatialObjectRepresentation( void );
00057   virtual ~PETImageSpatialObjectRepresentation( void ) {};
00058 
00060   void PrintSelf( std::ostream& os, itk::Indent indent ) const; 
00061 
00062 private:
00063 
00064 };
00065 
00066 } // end namespace igstk
00067 
00068 #endif // __igstkPETImageSpatialObjectRepresentation_h