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
Grid.hpp
Go to the documentation of this file.
1
35
#ifndef GRID_HPP_
36
#define GRID_HPP_
37
38
#include "
lvr2/display/Renderable.hpp
"
39
#include "
lvr2/io/DataStruct.hpp
"
40
41
namespace
lvr2
42
{
43
44
class
Grid
:
public
Renderable
45
{
46
public
:
47
Grid
(
floatArr
vertices,
uintArr
boxes,
uint
numPoints,
uint
numBoxes);
48
virtual
~Grid
();
49
virtual
void
render
();
50
51
private
:
52
floatArr
m_vertices
;
53
uintArr
m_boxes
;
54
uint
m_numPoints
;
55
uint
m_numBoxes
;
56
57
GLuint
m_pointDisplayList
;
58
GLuint
m_gridDisplayList
;
59
};
60
61
}
/* namespace lvr2 */
62
63
#endif
/* GRID_HPP_ */
lvr2::floatArr
boost::shared_array< float > floatArr
Definition:
DataStruct.hpp:133
lvr2::Grid::m_vertices
floatArr m_vertices
Definition:
Grid.hpp:52
lvr2::Grid
Definition:
Grid.hpp:44
lvr2::Grid::m_boxes
uintArr m_boxes
Definition:
Grid.hpp:53
lvr2::Grid::Grid
Grid(floatArr vertices, uintArr boxes, uint numPoints, uint numBoxes)
Definition:
Grid.cpp:40
lvr2::Grid::m_numBoxes
uint m_numBoxes
Definition:
Grid.hpp:55
lvr2::Renderable
Definition:
Renderable.hpp:65
lvr2::Grid::m_numPoints
uint m_numPoints
Definition:
Grid.hpp:54
DataStruct.hpp
Datastructures for holding loaded data.
Renderable.hpp
lvr2::Grid::m_pointDisplayList
GLuint m_pointDisplayList
Definition:
Grid.hpp:57
lvr2
Definition:
BaseBufferManipulators.hpp:39
uint
unsigned int uint
Definition:
Model.hpp:46
lvr2::Grid::render
virtual void render()
Definition:
Grid.cpp:132
lvr2::Grid::m_gridDisplayList
GLuint m_gridDisplayList
Definition:
Grid.hpp:58
lvr2::Grid::~Grid
virtual ~Grid()
Definition:
Grid.cpp:145
lvr2::uintArr
boost::shared_array< unsigned int > uintArr
Definition:
DataStruct.hpp:130
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:23