IGSTK
igstkUSImageObject.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Image Guided Surgery Software Toolkit
4  Module: $RCSfile: igstkUSImageObject.h,v $
5  Language: C++
6  Date: $Date: 2008-02-11 01:41:51 $
7  Version: $Revision: 1.6 $
8 
9  Copyright (c) ISC Insight Software Consortium. All rights reserved.
10  See IGSTKCopyright.txt or http://www.igstk.org/copyright.htm for details.
11 
12  This software is distributed WITHOUT ANY WARRANTY; without even
13  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14  PURPOSE. See the above copyright notices for more information.
15 
16 =========================================================================*/
17 #ifndef __igstkUSImageObject_h
18 #define __igstkUSImageObject_h
19 
21 
22 namespace igstk
23 {
24 
43 class USImageObject : public ImageSpatialObject< unsigned char, 3 >
44 {
45 
46 public:
47 
54 
57 
58 protected:
59 
60  USImageObject( void );
61  virtual ~USImageObject( void );
62 
64  void PrintSelf( std::ostream& os, itk::Indent indent ) const;
65 
66 private:
67 
70  USImageObject(const Self&); //purposely not implemented
71  void operator=(const Self&); //purposely not implemented
72 
73 };
74 
75 } // end namespace igstk
76 
77 #endif // __igstkUSImageObject_h