PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
vtkPlusLandmarkDetectionAlgo.h
Go to the documentation of this file.
1 /*=Plus=header=begin======================================================
2 Program: Plus
3 Copyright (c) Laboratory for Percutaneous Surgery. All rights reserved.
4 See License.txt for details.
5 =========================================================Plus=header=end*/
6 
7 #ifndef __vtkPlusLandmarkDetectionAlgo_h
8 #define __vtkPlusLandmarkDetectionAlgo_h
9 
10 #include "PlusConfigure.h"
11 #include "vtkPlusCalibrationExport.h"
12 
13 #include "vtkIGSIOLandmarkDetectionAlgo.h"
14 
15 class vtkMatrix4x4;
16 class vtkXMLDataElement;
17 
18 //-----------------------------------------------------------------------------
19 
26 class vtkPlusCalibrationExport vtkPlusLandmarkDetectionAlgo : public vtkIGSIOLandmarkDetectionAlgo
27 {
28 public:
29  vtkTypeMacro( vtkPlusLandmarkDetectionAlgo, vtkIGSIOTransformRepository);
30  static vtkPlusLandmarkDetectionAlgo* New();
31 
32  PlusStatus ReadConfiguration(vtkXMLDataElement* aConfig) override;
33 
34 protected:
37 };
38 
39 #endif
igsioStatus PlusStatus
Definition: PlusCommon.h:40
Landmark detection algorithm detects when a calibrated stylus is pivoting around its tip....