IGSTK
Main Page
Namespaces
Classes
Files
File List
File Members
Source
igstkCTImageSpatialObjectRepresentation.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Image Guided Surgery Software Toolkit
4
Module: $RCSfile: igstkCTImageSpatialObjectRepresentation.h,v $
5
Language: C++
6
Date: $Date: 2008-02-11 01:41:50 $
7
Version: $Revision: 1.8 $
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 __igstkCTImageSpatialObjectRepresentation_h
18
#define __igstkCTImageSpatialObjectRepresentation_h
19
20
#include "
igstkImageSpatialObjectRepresentation.h
"
21
#include "
igstkCTImageSpatialObject.h
"
22
#include "
igstkStateMachine.h
"
23
24
namespace
igstk
25
{
26
39
class
CTImageSpatialObjectRepresentation
:
40
public
ImageSpatialObjectRepresentation
< CTImageSpatialObject >
41
{
42
43
public
:
44
46
igstkStandardClassTraitsMacro
(
CTImageSpatialObjectRepresentation
, \
47
ImageSpatialObjectRepresentation< CTImageSpatialObject >
)
48
49
52
Pointer
Copy
()
const
;
53
54
protected
:
55
56
CTImageSpatialObjectRepresentation
(
void
);
57
virtual
~CTImageSpatialObjectRepresentation
(
void
) {};
58
60
void
PrintSelf
( std::ostream& os, itk::Indent indent )
const
;
61
62
private
:
63
64
};
65
66
}
// end namespace igstk
67
68
#endif // __igstkCTImageSpatialObjectRepresentation_h
Generated on Thu Mar 20 2014 13:04:04 for IGSTK by
1.8.1.2