IGSTK
Main Page
Namespaces
Classes
Files
File List
File Members
Source
igstkMRImageSpatialObject.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Image Guided Surgery Software Toolkit
4
Module: $RCSfile: igstkMRImageSpatialObject.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 __igstkMRImageSpatialObject_h
18
#define __igstkMRImageSpatialObject_h
19
20
#include "
igstkImageSpatialObject.h
"
21
22
namespace
igstk
23
{
24
41
class
MRImageSpatialObject
:
42
public
ImageSpatialObject
< unsigned short, 3 >
43
{
44
45
public
:
46
50
typedef
ImageSpatialObject< unsigned short, 3 >
SuperclassType
;
51
53
igstkStandardClassTraitsMacro
(
MRImageSpatialObject
,
SuperclassType
)
54
55
protected:
56
57
MRImageSpatialObject
(
void
);
58
virtual ~
MRImageSpatialObject
(
void
);
59
61
void
PrintSelf
( std::ostream& os, itk::Indent indent ) const;
62
63
private:
64
67
MRImageSpatialObject
(const
Self
&);
//purposely not implemented
68
void
operator=(const Self&);
//purposely not implemented
69
70
71
};
72
73
}
// end namespace igstk
74
75
#endif // __igstkMRImageSpatialObject_h
Generated on Thu Mar 20 2014 13:04:04 for IGSTK by
1.8.1.2