PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Main Page
Modules
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
b
c
d
e
f
h
i
p
r
s
u
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
w
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Related Functions
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
p
r
s
t
u
v
w
x
z
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Typedefs
a
b
c
d
f
h
i
l
m
o
p
q
r
s
t
u
v
w
+
Enumerations
_
a
b
c
d
e
f
h
i
k
m
o
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
h
i
l
m
n
p
q
r
s
t
u
v
x
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Related Pages
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 Jun 13 2025 01:49:50 for PlusLib by
1.8.15