IGSTK
/tmp/buildd/igstk-4.4.0/Source/igstkUSImageObjectRepresentation.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Image Guided Surgery Software Toolkit
00004   Module:    $RCSfile: igstkUSImageObjectRepresentation.h,v $
00005   Language:  C++
00006   Date:      $Date: 2008-02-11 01:41:51 $
00007   Version:   $Revision: 1.4 $
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 __igstkUSImageObjectRepresentation_h
00018 #define __igstkUSImageObjectRepresentation_h
00019 
00020 #include "igstkImageSpatialObjectRepresentation.h"
00021 #include "igstkUSImageObject.h"
00022 
00023 namespace igstk
00024 {
00025 
00039 class USImageObjectRepresentation : 
00040          public ImageSpatialObjectRepresentation< USImageObject >
00041 {
00042 
00043 public:
00044 
00046   igstkStandardClassTraitsMacro( USImageObjectRepresentation, \
00047                         ImageSpatialObjectRepresentation< USImageObject > )
00048 
00049   
00052   Pointer Copy() const;
00053 
00054 protected:
00055 
00056   USImageObjectRepresentation( void );
00057   virtual ~USImageObjectRepresentation( void );
00058 
00060   void PrintSelf( std::ostream& os, itk::Indent indent ) const; 
00061 
00062 private:
00063  
00066   USImageObjectRepresentation(const Self&);     //purposely not implemented
00067   void operator=(const Self&);                  //purposely not implemented
00068 
00069 
00070 };
00071 
00072 } // end namespace igstk
00073 
00074 #endif // __igstkUSImageObjectRepresentation_h