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
descriptions
descriptions/HDF5IO.hpp
Go to the documentation of this file.
1
#ifndef HDF5_IO_HPP
2
#define HDF5_IO_HPP
3
4
#include "
lvr2/io/descriptions/HDF5Kernel.hpp
"
5
#include "
lvr2/io/descriptions/ScanProjectSchema.hpp
"
6
#include "
lvr2/io/descriptions/FeatureBase.hpp
"
7
#include "
lvr2/io/descriptions/ScanProjectIO.hpp
"
8
#include "
lvr2/types/ScanTypes.hpp
"
9
10
namespace
lvr2
11
{
12
13
class
HDF5IO
14
{
15
public
:
16
HDF5IO
(
HDF5KernelPtr
kernel,
HDF5SchemaPtr
schema);
17
18
void
saveScanProject
(
ScanProjectPtr
project);
19
ScanProjectPtr
loadScanProject
();
20
21
private
:
22
HDF5KernelPtr
m_kernel
;
23
HDF5SchemaPtr
m_schema
;
24
};
25
26
}
// namespace lvr2
27
28
#endif
lvr2::HDF5IO::m_kernel
HDF5KernelPtr m_kernel
Definition:
descriptions/HDF5IO.hpp:22
lvr2::HDF5IO::loadScanProject
ScanProjectPtr loadScanProject()
Definition:
descriptions/HDF5IO.cpp:21
lvr2::HDF5IO
Definition:
descriptions/HDF5IO.hpp:13
ScanTypes.hpp
ScanProjectIO.hpp
lvr2::HDF5SchemaPtr
std::shared_ptr< HDF5Schema > HDF5SchemaPtr
Definition:
ScanProjectSchema.hpp:94
lvr2::HDF5IO::saveScanProject
void saveScanProject(ScanProjectPtr project)
Definition:
descriptions/HDF5IO.cpp:12
lvr2::ScanProjectPtr
std::shared_ptr< ScanProject > ScanProjectPtr
Definition:
ScanTypes.hpp:344
FeatureBase.hpp
HDF5Kernel.hpp
lvr2::HDF5KernelPtr
std::shared_ptr< HDF5Kernel > HDF5KernelPtr
Definition:
HDF5Kernel.hpp:252
lvr2::HDF5IO::HDF5IO
HDF5IO()
Construct a new HDF5IO object. Do not use this. Only used by ModelFactory.
Definition:
HDF5IO.hpp:93
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::HDF5IO::m_schema
HDF5SchemaPtr m_schema
Definition:
descriptions/HDF5IO.hpp:23
ScanProjectSchema.hpp
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