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
io
RxpIO.hpp
Go to the documentation of this file.
1
28
/*
29
* RxpIO.hpp
30
*
31
* @date 01.11.2018
32
* @author Alexander Loehr (aloehr@uos.de)
33
*/
34
35
#ifndef LVR2_IO_RXPIO_HPP
36
#define LVR2_IO_RXPIO_HPP
37
38
#include <string>
39
40
#include "
lvr2/io/BaseIO.hpp
"
41
42
#include "
lvr2/geometry/BaseVector.hpp
"
43
#include "
lvr2/types/MatrixTypes.hpp
"
44
namespace
lvr2
45
{
46
47
using
Vec
= BaseVector<float>;
48
52
class
RxpIO
:
public
BaseIO
53
{
54
public
:
55
64
ModelPtr
read
(std::string
filename
);
65
82
ModelPtr
read
(std::string
filename
,
int
reduction_factor,
const
Transformd
&
transform
);
83
87
void
save
(std::string
filename
);
88
89
private
:
90
92
bool
check_error(
int
error_code);
94
};
95
96
}
// namespace lvr2
97
98
#endif
BaseVector.hpp
transform
Definition:
src/tools/lvr2_transform/Options.cpp:44
lvr2::Transformd
Transform< double > Transformd
4x4 double precision transformation matrix
Definition:
MatrixTypes.hpp:71
lvr2::RxpIO::read
ModelPtr read(std::string filename)
Reads .rxp files.
Definition:
RxpIO.cpp:44
lvr2::RxpIO
Reads .rxp files.
Definition:
RxpIO.hpp:52
scripts.normalize_multiple.filename
filename
Definition:
normalize_multiple.py:60
MatrixTypes.hpp
Vec
BaseVector< float > Vec
Definition:
src/tools/lvr2_cuda_normals/Main.cpp:57
BaseIO.hpp
Base interface for all I/O related classes.
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::ModelPtr
std::shared_ptr< Model > ModelPtr
Definition:
Model.hpp:80
lvr2::RxpIO::save
void save(std::string filename)
This function is not supported and will do nothing.
Definition:
RxpIO.cpp:122
lvr2::BaseIO
Interface specification for low-level io. All read elements are stored in linear arrays.
Definition:
BaseIO.hpp:57
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