IGSTK
/build/buildd/igstk-4.4.0/Source/igstkUSImageObject.h
Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   Image Guided Surgery Software Toolkit
00004   Module:    $RCSfile: igstkUSImageObject.h,v $
00005   Language:  C++
00006   Date:      $Date: 2008-02-11 01:41:51 $
00007   Version:   $Revision: 1.6 $
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 __igstkUSImageObject_h
00018 #define __igstkUSImageObject_h
00019 
00020 #include "igstkImageSpatialObject.h"
00021 
00022 namespace igstk
00023 {
00024 
00043 class USImageObject : public ImageSpatialObject< unsigned char, 3 >
00044 {
00045 
00046 public:
00047 
00052   typedef ImageSpatialObject< unsigned char, 3 >  SuperclassType;
00053   typedef SuperclassType::ImageType               ImageType;
00054 
00056   igstkStandardClassTraitsMacro( USImageObject, SuperclassType )
00057 
00058 protected:
00059 
00060   USImageObject( void );
00061   virtual ~USImageObject( void );
00062 
00064   void PrintSelf( std::ostream& os, itk::Indent indent ) const; 
00065 
00066 private:
00067  
00070   USImageObject(const Self&);     //purposely not implemented
00071   void operator=(const Self&);    //purposely not implemented
00072 
00073 };
00074 
00075 } // end namespace igstk
00076 
00077 #endif // __igstkUSImageObject_h