Public Types | |
typedef NDIPassiveToolTestClass | Self |
typedef NDIPassiveTool | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer < const Self > | ConstPointer |
Public Member Functions | |
virtual const char * | GetClassName () const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
NDIPassiveToolTestClass () |
Documentation NDIPassiveTool has a protected constructor and a protected itkNewMacro so that only it's friend class NDITrackingDevice is able to instantiate tool objects. Therefore, we derive from NDIPassiveTool and add a public itkNewMacro, so that we can instantiate and test the class
Definition at line 32 of file mitkNDIPassiveToolTest.cpp.
typedef itk::SmartPointer<const Self> NDIPassiveToolTestClass::ConstPointer |
Reimplemented from mitk::NDIPassiveTool.
Definition at line 35 of file mitkNDIPassiveToolTest.cpp.
typedef itk::SmartPointer<Self> NDIPassiveToolTestClass::Pointer |
Reimplemented from mitk::NDIPassiveTool.
Definition at line 35 of file mitkNDIPassiveToolTest.cpp.
Reimplemented from mitk::NDIPassiveTool.
Definition at line 35 of file mitkNDIPassiveToolTest.cpp.
typedef NDIPassiveTool NDIPassiveToolTestClass::Superclass |
Reimplemented from mitk::NDIPassiveTool.
Definition at line 35 of file mitkNDIPassiveToolTest.cpp.
NDIPassiveToolTestClass::NDIPassiveToolTestClass | ( | ) | [inline, protected] |
Definition at line 43 of file mitkNDIPassiveToolTest.cpp.
: mitk::NDIPassiveTool() { }
virtual const char* NDIPassiveToolTestClass::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::NDIPassiveTool.
static Pointer NDIPassiveToolTestClass::New | ( | ) | [static] |
make a public constructor, so that the test is able to instantiate NDIPassiveTool
Reimplemented from mitk::NDIPassiveTool.
Referenced by mitkNDIPassiveToolTest().