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
widgets
LVRBoundingBoxItem.hpp
Go to the documentation of this file.
1
#ifndef LVR2_TOOLS_VIEWER_LVRBOUNDINGBOXITEM_HPP
2
#define LVR2_TOOLS_VIEWER_LVRBOUNDINGBOXITEM_HPP
3
4
#include <QTreeWidgetItem>
5
#include <QString>
6
7
#include "../vtkBridge/LVRBoundingBoxBridge.hpp"
8
9
namespace
lvr2
10
{
11
12
class
LVRBoundingBoxItem
:
public
QTreeWidgetItem
13
{
14
public
:
15
LVRBoundingBoxItem
(
16
BoundingBoxBridgePtr
bb,
17
QString name =
""
,
18
QTreeWidgetItem *parent =
NULL
);
19
20
void
setVisibility
(
bool
visible);
21
22
BoundingBoxBridgePtr
getBoundingBoxBridge
() {
return
m_bb
; }
23
24
private
:
25
BoundingBoxBridgePtr
m_bb
;
26
QString
m_name
;
27
};
28
29
}
// namespace lvr2
30
31
#endif
lvr2::LVRBoundingBoxItem::LVRBoundingBoxItem
LVRBoundingBoxItem(BoundingBoxBridgePtr bb, QString name="", QTreeWidgetItem *parent=NULL)
Definition:
LVRBoundingBoxItem.cpp:8
lvr2::LVRBoundingBoxItem::m_name
QString m_name
Definition:
LVRBoundingBoxItem.hpp:26
lvr2::LVRBoundingBoxItem::m_bb
BoundingBoxBridgePtr m_bb
Definition:
LVRBoundingBoxItem.hpp:25
lvr2::LVRBoundingBoxItem::setVisibility
void setVisibility(bool visible)
Definition:
LVRBoundingBoxItem.cpp:45
NULL
#define NULL
Definition:
mydefs.hpp:141
lvr2::LVRBoundingBoxItem
Definition:
LVRBoundingBoxItem.hpp:12
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::BoundingBoxBridgePtr
boost::shared_ptr< LVRBoundingBoxBridge > BoundingBoxBridgePtr
Definition:
LVRBoundingBoxBridge.hpp:35
lvr2::LVRBoundingBoxItem::getBoundingBoxBridge
BoundingBoxBridgePtr getBoundingBoxBridge()
Definition:
LVRBoundingBoxItem.hpp:22
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