IGSTK
igstkCTImageSpatialObject.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Image Guided Surgery Software Toolkit
4  Module: $RCSfile: igstkCTImageSpatialObject.h,v $
5  Language: C++
6  Date: $Date: 2008-02-11 01:41:50 $
7  Version: $Revision: 1.7 $
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 __igstkCTImageSpatialObject_h
18 #define __igstkCTImageSpatialObject_h
19 
21 
22 namespace igstk
23 {
24 
42  public ImageSpatialObject< signed short, 3 >
43 {
44 
45 public:
46 
51 
54 
55 
56 protected:
57 
59  virtual ~CTImageSpatialObject();
60 
62  void PrintSelf( std::ostream& os, itk::Indent indent ) const;
63 
64 private:
65 
68  CTImageSpatialObject(const Self&); //purposely not implemented
69  void operator=(const Self&); //purposely not implemented
70 
71 
72 };
73 
74 } // end namespace igstk
75 
76 #endif // __igstkCTImageSpatialObject_h