IGSTK
Main Page
Namespaces
Classes
Files
File List
File Members
Source
igstkMRImageSpatialObjectRepresentation.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Image Guided Surgery Software Toolkit
4
Module: $RCSfile: igstkMRImageSpatialObjectRepresentation.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 __igstkMRImageSpatialObjectRepresentation_h
18
#define __igstkMRImageSpatialObjectRepresentation_h
19
20
#include "
igstkImageSpatialObjectRepresentation.h
"
21
#include "
igstkMRImageSpatialObject.h
"
22
23
namespace
igstk
24
{
25
33
class
MRImageSpatialObjectRepresentation
:
34
public
ImageSpatialObjectRepresentation
< MRImageSpatialObject >
35
{
36
37
public
:
38
40
igstkStandardClassTraitsMacro
(
MRImageSpatialObjectRepresentation
, \
41
ImageSpatialObjectRepresentation< MRImageSpatialObject >
)
42
43
46
Pointer
Copy
()
const
;
47
48
protected
:
49
50
MRImageSpatialObjectRepresentation
(
void
);
51
virtual
~MRImageSpatialObjectRepresentation
(
void
);
52
54
void
PrintSelf
( std::ostream& os, itk::Indent indent )
const
;
55
56
private
:
57
58
};
59
60
}
// end namespace igstk
61
62
#endif // __igstkMRImageSpatialObjectRepresentation_h
Generated on Thu Mar 20 2014 13:04:04 for IGSTK by
1.8.1.2