libnuklei
io
nuklei
PCDObservation.h
Go to the documentation of this file.
1
// (C) Copyright Renaud Detry 2007-2015.
2
// Distributed under the GNU General Public License and under the
3
// BSD 3-Clause License (See accompanying file LICENSE.txt).
4
5
/** @file */
6
7
#ifndef NUKLEI_PCDOBSERVATION_H
8
#define NUKLEI_PCDOBSERVATION_H
9
10
11
#include <vector>
12
#include <string>
13
#include <utility>
14
#include <stdexcept>
15
#include <iostream>
16
#include <boost/shared_ptr.hpp>
17
18
#include <
nuklei/Definitions.h
>
19
#include <
nuklei/Color.h
>
20
#include <
nuklei/LinearAlgebra.h
>
21
#include <
nuklei/SerializedKernelObservation.h
>
22
23
// See http://sampl.ece.ohio-state.edu/data/3DDB/RID/minolta/
24
25
namespace
nuklei
{
26
27
class
PCDObservation
:
public
SerializedKernelObservation
28
{
29
public
:
30
31
Type type()
const
{
return
NUKLEI; }
32
33
PCDObservation
();
34
PCDObservation
(
const
kernel::base
& k);
35
~
PCDObservation
() {};
36
};
37
38
}
39
40
#endif
nuklei
Public namespace.
Definition:
Color.cpp:9
LinearAlgebra.h
nuklei::SerializedKernelObservation
Definition:
SerializedKernelObservation.h:27
nuklei::PCDObservation
Definition:
PCDObservation.h:27
nuklei::kernel::base
Polymorphic kernel class.
Definition:
Kernel.h:45
Definitions.h
SerializedKernelObservation.h
Color.h
© Copyright 2007-2013 Renaud Detry.
Distributed under the terms of the GNU General Public License (GPL).
(See accompanying file
LICENSE.txt
or copy at
http://www.gnu.org/copyleft/gpl.html
.)
Revised Sun Sep 13 2020 19:10:06.