Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace 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
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
v
w
x
y
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
p
q
r
s
t
u
v
Enumerations
Enumerator
b
g
h
j
l
o
p
r
s
w
x
y
Classes
Class List
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
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
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
w
z
Related Functions
:
a
b
c
d
e
f
h
k
l
n
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
f
i
m
n
o
p
s
Typedefs
a
b
c
d
e
f
g
h
i
m
n
p
s
t
u
v
Enumerations
Enumerator
a
d
f
i
k
l
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
h
i
k
l
m
n
p
r
s
t
u
v
w
Examples
src
tools
lvr2_viewer
vtkBridge
LVRBoundingBoxBridge.hpp
Go to the documentation of this file.
1
#ifndef LVR2_TOOLS_VIEWER_VTKBRIDGE_LVRBOUNDINGBOXBRIDGE_HPP
2
#define LVR2_TOOLS_VIEWER_VTKBRIDGE_LVRBOUNDINGBOXBRIDGE_HPP
3
4
#include <boost/shared_ptr.hpp>
5
6
#include <vtkSmartPointer.h>
7
#include <vtkActor.h>
8
#include "
lvr2/geometry/BaseVector.hpp
"
9
#include "
lvr2/geometry/BoundingBox.hpp
"
10
11
12
namespace
lvr2
13
{
14
15
class
Pose;
16
17
class
LVRBoundingBoxBridge
18
{
19
using
Vec
=
BaseVector<float>
;
20
21
public
:
22
LVRBoundingBoxBridge
(
BoundingBox<Vec>
bb);
23
BoundingBox<Vec>
getBoundingBox
() {
return
m_boundingBox
; }
24
vtkSmartPointer<vtkActor>
getActor
() {
return
m_actor
; }
25
void
setPose
(
const
Pose
& pose);
26
void
setVisibility
(
bool
visible);
27
void
setColor
(
double
r,
double
g,
double
b);
28
29
private
:
30
BoundingBox<Vec>
m_boundingBox
;
31
vtkSmartPointer<vtkActor>
m_actor
;
32
33
};
34
35
using
BoundingBoxBridgePtr
= boost::shared_ptr<LVRBoundingBoxBridge>;
36
37
}
// namespace lvr2
38
39
#endif
BaseVector.hpp
lvr2::LVRBoundingBoxBridge::getActor
vtkSmartPointer< vtkActor > getActor()
Definition:
LVRBoundingBoxBridge.hpp:24
lvr2::LVRBoundingBoxBridge
Definition:
LVRBoundingBoxBridge.hpp:17
lvr2::BaseVector< float >
lvr2::LVRBoundingBoxBridge::setColor
void setColor(double r, double g, double b)
Definition:
LVRBoundingBoxBridge.cpp:135
lvr2::LVRBoundingBoxBridge::setVisibility
void setVisibility(bool visible)
Definition:
LVRBoundingBoxBridge.cpp:153
lvr2::LVRBoundingBoxBridge::setPose
void setPose(const Pose &pose)
Definition:
LVRBoundingBoxBridge.cpp:141
lvr2::LVRBoundingBoxBridge::m_boundingBox
BoundingBox< Vec > m_boundingBox
Definition:
LVRBoundingBoxBridge.hpp:30
lvr2::BoundingBox
A dynamic bounding box class.
Definition:
BoundingBox.hpp:49
lvr2::LVRBoundingBoxBridge::m_actor
vtkSmartPointer< vtkActor > m_actor
Definition:
LVRBoundingBoxBridge.hpp:31
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::LVRBoundingBoxBridge::LVRBoundingBoxBridge
LVRBoundingBoxBridge(BoundingBox< Vec > bb)
Definition:
LVRBoundingBoxBridge.cpp:17
lvr2::BoundingBoxBridgePtr
boost::shared_ptr< LVRBoundingBoxBridge > BoundingBoxBridgePtr
Definition:
LVRBoundingBoxBridge.hpp:35
lvr2::LVRBoundingBoxBridge::getBoundingBox
BoundingBox< Vec > getBoundingBox()
Definition:
LVRBoundingBoxBridge.hpp:23
lvr2::Pose
Definition:
LVRModelBridge.hpp:51
BoundingBox.hpp
lvr2
Author(s): Thomas Wiemann
, Sebastian Pütz
, Alexander Mock
, Lars Kiesow
, Lukas Kalbertodt
, Tristan Igelbrink
, Johan M. von Behren
, Dominik Feldschnieders
, Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:24