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
include
lvr2
display
InteractivePointCloud.hpp
Go to the documentation of this file.
1
28
/*
29
* InteractivePointCloud.hpp
30
*
31
* Created on: 02.04.2012
32
* Author: Thomas Wiemann
33
*/
34
35
#ifndef INTERACTIVEPOINTCLOUD_HPP_
36
#define INTERACTIVEPOINTCLOUD_HPP_
37
38
#include "
lvr2/display/Renderable.hpp
"
39
40
#include "
lvr2/io/Model.hpp
"
41
42
namespace
lvr2
43
{
44
45
class
InteractivePointCloud
:
public
Renderable
46
{
47
public
:
48
InteractivePointCloud
();
49
InteractivePointCloud
(
PointBufferPtr
buffer);
50
virtual
~InteractivePointCloud
();
51
52
virtual
void
render
();
53
54
void
updateBuffer
(
PointBufferPtr
buffer);
55
56
57
private
:
58
59
PointBufferPtr
m_buffer
;
60
};
61
62
}
/* namespace lvr2 */
63
64
#endif
/* INTERACTIVEPOINTCLOUD_HPP_ */
Renderable.hpp
lvr2::InteractivePointCloud::updateBuffer
void updateBuffer(PointBufferPtr buffer)
Definition:
InteractivePointCloud.cpp:75
Model.hpp
lvr2::Renderable
Definition:
Renderable.hpp:65
lvr2::InteractivePointCloud::InteractivePointCloud
InteractivePointCloud()
Definition:
InteractivePointCloud.cpp:40
lvr2::InteractivePointCloud::render
virtual void render()
Definition:
InteractivePointCloud.cpp:66
lvr2::PointBufferPtr
std::shared_ptr< PointBuffer > PointBufferPtr
Definition:
PointBuffer.hpp:130
lvr2::InteractivePointCloud::~InteractivePointCloud
virtual ~InteractivePointCloud()
Definition:
InteractivePointCloud.cpp:61
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::InteractivePointCloud::m_buffer
PointBufferPtr m_buffer
Definition:
InteractivePointCloud.hpp:59
lvr2::InteractivePointCloud
Definition:
InteractivePointCloud.hpp:45
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 Mon Feb 28 2022 22:46:06