IGSTK
|
00001 /*========================================================================= 00002 00003 Program: Image Guided Surgery Software Toolkit 00004 Module: $RCSfile: igstkCTImageSpatialObjectRepresentation.h,v $ 00005 Language: C++ 00006 Date: $Date: 2008-02-11 01:41:50 $ 00007 Version: $Revision: 1.8 $ 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 __igstkCTImageSpatialObjectRepresentation_h 00018 #define __igstkCTImageSpatialObjectRepresentation_h 00019 00020 #include "igstkImageSpatialObjectRepresentation.h" 00021 #include "igstkCTImageSpatialObject.h" 00022 #include "igstkStateMachine.h" 00023 00024 namespace igstk 00025 { 00026 00039 class CTImageSpatialObjectRepresentation : 00040 public ImageSpatialObjectRepresentation< CTImageSpatialObject > 00041 { 00042 00043 public: 00044 00046 igstkStandardClassTraitsMacro( CTImageSpatialObjectRepresentation, \ 00047 ImageSpatialObjectRepresentation< CTImageSpatialObject > ) 00048 00049 00052 Pointer Copy() const; 00053 00054 protected: 00055 00056 CTImageSpatialObjectRepresentation( void ); 00057 virtual ~CTImageSpatialObjectRepresentation( 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 // __igstkCTImageSpatialObjectRepresentation_h