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
DirectoryIO.hpp
Go to the documentation of this file.
1
#ifndef DIRECTORYIO_HPP
2
#define DIRECTORYIO_HPP
3
4
#include "
lvr2/io/descriptions/DirectoryKernel.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
DirectoryIO
14
{
15
public
:
16
DirectoryIO
() =
delete
;
17
DirectoryIO
(
DirectoryKernelPtr
kernel,
DirectorySchemaPtr
schema) :
m_kernel
(kernel),
m_schema
(schema) {}
18
19
void
saveScanProject
(
ScanProjectPtr
project);
20
ScanProjectPtr
loadScanProject
();
21
22
private
:
23
DirectoryKernelPtr
m_kernel
;
24
DirectorySchemaPtr
m_schema
;
25
};
26
27
using
DirectoryIOPtr
= std::shared_ptr<DirectoryIO>;
28
29
}
// namespace lvr2
30
31
#endif
lvr2::ScanProjectPtr
std::shared_ptr< ScanProject > ScanProjectPtr
Definition:
ScanTypes.hpp:344
ScanProjectSchema.hpp
DirectoryKernel.hpp
lvr2::DirectoryIO::saveScanProject
void saveScanProject(ScanProjectPtr project)
Definition:
DirectoryIO.cpp:6
ScanProjectIO.hpp
FeatureBase.hpp
ScanTypes.hpp
lvr2::DirectoryIO::loadScanProject
ScanProjectPtr loadScanProject()
Definition:
DirectoryIO.cpp:15
lvr2::DirectoryIOPtr
std::shared_ptr< DirectoryIO > DirectoryIOPtr
Definition:
DirectoryIO.hpp:27
lvr2::DirectoryIO::m_kernel
DirectoryKernelPtr m_kernel
Definition:
DirectoryIO.hpp:23
lvr2::DirectorySchemaPtr
std::shared_ptr< DirectorySchema > DirectorySchemaPtr
Definition:
ScanProjectSchema.hpp:93
lvr2::DirectoryIO::DirectoryIO
DirectoryIO()=delete
lvr2::DirectoryIO::DirectoryIO
DirectoryIO(DirectoryKernelPtr kernel, DirectorySchemaPtr schema)
Definition:
DirectoryIO.hpp:17
lvr2
Definition:
BaseBufferManipulators.hpp:39
lvr2::DirectoryIO::m_schema
DirectorySchemaPtr m_schema
Definition:
DirectoryIO.hpp:24
lvr2::DirectoryIO
Definition:
DirectoryIO.hpp:13
lvr2::DirectoryKernelPtr
std::shared_ptr< DirectoryKernel > DirectoryKernelPtr
Definition:
DirectoryKernel.hpp:156
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