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

ClaronToolTestClass Class Reference

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

List of all members.

Public Types

typedef ClaronToolTestClass Self
typedef ClaronTool 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

 ClaronToolTestClass ()

Detailed Description

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.


Member Typedef Documentation

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.


Constructor & Destructor Documentation

ClaronToolTestClass::ClaronToolTestClass (  ) [inline, protected]

Definition at line 36 of file mitkClaronToolTest.cpp.


Member Function Documentation

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


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