Public Types | |
typedef ClaronToolTestClass | Self |
typedef ClaronTool | 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 | |
ClaronToolTestClass () |
Documentation ClaronTool has a protected constructor and a protected itkNewMacro so that only it's friend class ClaronTrackingDevice is able to instantiate tool objects. Therefore, we derive from ClaronTool and add a public itkNewMacro, so that we can instantiate and test the class
Definition at line 27 of file mitkClaronToolTest.cpp.
typedef itk::SmartPointer<const Self> ClaronToolTestClass::ConstPointer |
Reimplemented from mitk::ClaronTool.
Definition at line 30 of file mitkClaronToolTest.cpp.
typedef itk::SmartPointer<Self> ClaronToolTestClass::Pointer |
Reimplemented from mitk::ClaronTool.
Definition at line 30 of file mitkClaronToolTest.cpp.
Reimplemented from mitk::ClaronTool.
Definition at line 30 of file mitkClaronToolTest.cpp.
typedef ClaronTool ClaronToolTestClass::Superclass |
Reimplemented from mitk::ClaronTool.
Definition at line 30 of file mitkClaronToolTest.cpp.
ClaronToolTestClass::ClaronToolTestClass | ( | ) | [inline, protected] |
Definition at line 36 of file mitkClaronToolTest.cpp.
: mitk::ClaronTool() { }
virtual const char* ClaronToolTestClass::GetClassName | ( | ) | const [virtual] |
Reimplemented from mitk::ClaronTool.
static Pointer ClaronToolTestClass::New | ( | ) | [static] |
make a public constructor, so that the test is able to instantiate NDIPassiveTool
Reimplemented from mitk::ClaronTool.
Referenced by mitkClaronToolTest().