PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPlusLandmarkDetectionAlgo Class Reference

Landmark detection algorithm detects when a calibrated stylus is pivoting around its tip. The stylus pivoting point (landmark) is computed assuming that the stylus is calibrated. More...

#include <src/PlusCalibration/vtkPhantomLandmarkRegistrationAlgo/vtkPlusLandmarkDetectionAlgo.h>

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

Public Types

typedef vtkIGSIOTransformRepository Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
PlusStatus ReadConfiguration (vtkXMLDataElement *aConfig) override
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkPlusLandmarkDetectionAlgoNew ()
 
static vtkPlusLandmarkDetectionAlgoSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPlusLandmarkDetectionAlgo ()
 
virtual ~vtkPlusLandmarkDetectionAlgo ()
 

Detailed Description

Landmark detection algorithm detects when a calibrated stylus is pivoting around its tip. The stylus pivoting point (landmark) is computed assuming that the stylus is calibrated.

Definition at line 26 of file vtkPlusLandmarkDetectionAlgo.h.

Member Typedef Documentation

◆ Superclass

typedef vtkIGSIOTransformRepository vtkPlusLandmarkDetectionAlgo::Superclass

Definition at line 29 of file vtkPlusLandmarkDetectionAlgo.h.

Constructor & Destructor Documentation

◆ vtkPlusLandmarkDetectionAlgo()

vtkPlusLandmarkDetectionAlgo::vtkPlusLandmarkDetectionAlgo ( )
protected

Definition at line 13 of file vtkPlusLandmarkDetectionAlgo.cxx.

◆ ~vtkPlusLandmarkDetectionAlgo()

vtkPlusLandmarkDetectionAlgo::~vtkPlusLandmarkDetectionAlgo ( )
protectedvirtual

Definition at line 18 of file vtkPlusLandmarkDetectionAlgo.cxx.

Member Function Documentation

◆ GetClassName()

virtual const char* vtkPlusLandmarkDetectionAlgo::GetClassName ( )
virtual

◆ IsA()

virtual int vtkPlusLandmarkDetectionAlgo::IsA ( const char *  type)
virtual

◆ IsTypeOf()

static int vtkPlusLandmarkDetectionAlgo::IsTypeOf ( const char *  type)
static

◆ New()

static vtkPlusLandmarkDetectionAlgo* vtkPlusLandmarkDetectionAlgo::New ( )
static

◆ ReadConfiguration()

PlusStatus vtkPlusLandmarkDetectionAlgo::ReadConfiguration ( vtkXMLDataElement *  aConfig)
override

Definition at line 23 of file vtkPlusLandmarkDetectionAlgo.cxx.

◆ SafeDownCast()

static vtkPlusLandmarkDetectionAlgo* vtkPlusLandmarkDetectionAlgo::SafeDownCast ( vtkObject *  o)
static

The documentation for this class was generated from the following files: