IGSTK
Main Page
Namespaces
Classes
Files
File List
File Members
Source
igstkSimulatedTracker.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Image Guided Surgery Software Toolkit
4
Module: $RCSfile: igstkSimulatedTracker.h,v $
5
Language: C++
6
Date: $Date: 2008-02-13 22:26:12 $
7
Version: $Revision: 1.3 $
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
18
#ifndef __igstkSimulatedTracker_h
19
#define __igstkSimulatedTracker_h
20
21
#include "
igstkTracker.h
"
22
23
namespace
igstk
24
{
25
41
class
SimulatedTracker
:
public
Tracker
42
{
43
public
:
44
46
igstkStandardClassTraitsMacro
(
SimulatedTracker
,
Tracker
)
47
48
typedef
Superclass::TransformType
TransformType
;
49
50
51
protected
:
52
53
SimulatedTracker
();
54
55
virtual
~SimulatedTracker
();
56
57
typedef
Tracker::ResultType
ResultType
;
58
59
virtual
ResultType
InternalOpen
(
void
);
60
61
virtual
ResultType
InternalStartTracking
(
void
);
62
63
virtual
ResultType
InternalReset
(
void
);
64
65
virtual
ResultType
InternalStopTracking
(
void
);
66
67
virtual
ResultType
InternalClose
(
void
);
68
70
virtual
ResultType
VerifyTrackerToolInformation
(
const
TrackerToolType
* );
71
72
virtual
ResultType
RemoveTrackerToolFromInternalDataContainers
(
73
const
TrackerToolType
* );
74
75
virtual
ResultType
AddTrackerToolToInternalDataContainers
(
76
const
TrackerToolType
* );
77
82
virtual
ResultType
InternalUpdateStatus
(
void
);
83
virtual
ResultType
InternalThreadedUpdateStatus
(
void
);
84
86
virtual
void
PrintSelf
( std::ostream& os, itk::Indent indent )
const
;
87
88
private
:
89
90
SimulatedTracker
(
const
Self
&);
//purposely not implemented
91
void
operator=(
const
Self
&);
//purposely not implemented
92
93
};
94
95
}
96
97
#endif //__igstk_SimulatedTracker_h_
Generated on Thu Mar 20 2014 13:04:04 for IGSTK by
1.8.1.2