Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions

InternalTrackingToolTestClass Class Reference

Inheritance diagram for InternalTrackingToolTestClass:
Inheritance graph
[legend]
Collaboration diagram for InternalTrackingToolTestClass:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
InternalTrackingToolTestClass 
Self
typedef InternalTrackingTool Superclass
typedef itk::SmartPointer< SelfPointer
typedef itk::SmartPointer
< const Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 InternalTrackingToolTestClass ()

Detailed Description

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 31 of file mitkInternalTrackingToolTest.cpp.


Member Typedef Documentation

typedef itk::SmartPointer<const Self> InternalTrackingToolTestClass::ConstPointer

Reimplemented from mitk::InternalTrackingTool.

Definition at line 34 of file mitkInternalTrackingToolTest.cpp.

typedef itk::SmartPointer<Self> InternalTrackingToolTestClass::Pointer

Reimplemented from mitk::InternalTrackingTool.

Definition at line 34 of file mitkInternalTrackingToolTest.cpp.

Reimplemented from mitk::InternalTrackingTool.

Definition at line 34 of file mitkInternalTrackingToolTest.cpp.

typedef InternalTrackingTool InternalTrackingToolTestClass::Superclass

Reimplemented from mitk::InternalTrackingTool.

Definition at line 34 of file mitkInternalTrackingToolTest.cpp.


Constructor & Destructor Documentation

InternalTrackingToolTestClass::InternalTrackingToolTestClass (  ) [inline, protected]

Definition at line 40 of file mitkInternalTrackingToolTest.cpp.


Member Function Documentation

virtual const char* InternalTrackingToolTestClass::GetClassName (  ) const [virtual]

Reimplemented from mitk::InternalTrackingTool.

static Pointer InternalTrackingToolTestClass::New (  ) [static]

make a public constructor, so that the test is able to instantiate NDIPassiveTool

Reimplemented from mitk::InternalTrackingTool.

Referenced by mitkInternalTrackingToolTest().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines