18 #ifndef __igstkSimulatedTrackerTool_h
19 #define __igstkSimulatedTrackerTool_h
26 class SimulatedTracker;
53 ~SimulatedTrackerTool();
56 virtual
void PrintSelf( std::ostream& os, ::itk::Indent indent ) const;
62 virtual
bool CheckIfTrackerToolIsConfigured() const;
64 SimulatedTrackerTool(const
Self&);
65 void operator=(const Self&);
69 bool m_TrackerToolConfigured;
76 #endif // __igstk_SimulatedTrackerTool_h_
Base class for all the IGSTK classes.
#define igstkStandardClassTraitsMacro(classname, superclassname)
Convenience macro for traits of a non-templated class.