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
liblvr2
io
BaseIO.cpp
Go to the documentation of this file.
1
40
#include "
lvr2/io/BaseIO.hpp
"
41
42
43
#include <string>
44
45
namespace
lvr2
46
{
47
48
void
BaseIO::save
(
ModelPtr
m, std::string
filename
)
49
{
50
m_model
= m;
51
save
(
filename
);
52
}
53
54
55
void
BaseIO::setModel
(
ModelPtr
m )
56
{
57
m_model
= m;
58
}
59
60
61
ModelPtr
BaseIO::getModel
()
62
{
63
return
m_model
;
64
}
65
66
}
// namespace lvr2
lvr2::BaseIO::setModel
virtual void setModel(ModelPtr m)
Set the model for io operations to use.
Definition:
BaseIO.cpp:55
scripts.normalize_multiple.filename
filename
Definition:
normalize_multiple.py:60
lvr2::BaseIO::save
virtual void save(std::string filename)=0
Save the loaded elements to the given file.
lvr2::BaseIO::m_model
ModelPtr m_model
Definition:
BaseIO.hpp:104
BaseIO.hpp
Base interface for all I/O related classes.
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::BaseIO::getModel
virtual ModelPtr getModel()
Get the model for io operations.
Definition:
BaseIO.cpp:61
lvr2::ModelPtr
std::shared_ptr< Model > ModelPtr
Definition:
Model.hpp:80
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:22