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