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

NDIPassiveToolTestClass Class Reference

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

List of all members.

Public Types

typedef NDIPassiveToolTestClass Self
typedef NDIPassiveTool 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

 NDIPassiveToolTestClass ()

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 32 of file mitkNDIPassiveToolTest.cpp.


Member Typedef Documentation

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.


Constructor & Destructor Documentation

NDIPassiveToolTestClass::NDIPassiveToolTestClass (  ) [inline, protected]

Definition at line 43 of file mitkNDIPassiveToolTest.cpp.


Member Function Documentation

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().


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