PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
src
PlusDataCollection
Haptics
vtkPlusForceFeedback.cxx
Go to the documentation of this file.
1
/*=Plus=header=begin======================================================
2
Program: Plus
3
Copyright (c) John SH Baxter, Robarts Research Institute. All rights reserved.
4
See License.txt for details.
5
=========================================================================*/
6
7
#include "PlusConfigure.h"
8
9
#include "
vtkPlusForceFeedback.h
"
10
#include "vtkObjectFactory.h"
11
#include "vtkMatrix4x4.h"
12
13
//----------------------------------------------------------------------------
14
15
vtkStandardNewMacro
(
vtkPlusForceFeedback
)
16
17
//----------------------------------------------------------------------------
18
void
vtkPlusForceFeedback::PrintSelf
(ostream& os, vtkIndent indent)
19
{
20
vtkObject::PrintSelf(os,indent);
21
}
22
23
//----------------------------------------------------------------------------
24
vtkPlusForceFeedback::vtkPlusForceFeedback
()
25
{
26
}
27
28
//----------------------------------------------------------------------------
29
vtkPlusForceFeedback::~vtkPlusForceFeedback
()
30
{
31
}
32
33
//----------------------------------------------------------------------------
34
int
vtkPlusForceFeedback::GenerateForce
(vtkMatrix4x4 * hapticPosition,
double
force[3])
35
{
36
return
0;
37
}
vtkPlusForceFeedback::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkStandardNewMacro
vtkStandardNewMacro(vtkPlusForceFeedback) void vtkPlusForceFeedback
Definition:
vtkPlusForceFeedback.cxx:15
vtkPlusForceFeedback
Definition:
vtkPlusForceFeedback.h:17
vtkPlusForceFeedback.h
vtkPlusForceFeedback::~vtkPlusForceFeedback
~vtkPlusForceFeedback()
Definition:
vtkPlusForceFeedback.cxx:29
vtkPlusForceFeedback::GenerateForce
virtual int GenerateForce(vtkMatrix4x4 *hapticPosition, double force[3])
Definition:
vtkPlusForceFeedback.cxx:34
vtkPlusForceFeedback::vtkPlusForceFeedback
vtkPlusForceFeedback()
Definition:
vtkPlusForceFeedback.cxx:24
Generated on Fri Nov 15 2024 01:47:34 for PlusLib by
1.8.15