libnuklei
io
Observation.cpp
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
#include <
nuklei/Observation.h
>
8
9
namespace
nuklei
{
10
11
const
std::string Observation::TypeNames[] = {
12
"serial"
,
"nuklei"
,
"covis3d"
,
"osutxt"
,
"pcd"
,
"ply"
,
"rif"
,
"crd"
,
"off"
,
"builtinvtk"
,
"txt"
,
"iis"
,
"unknown"
};
13
14
}
nuklei
Public namespace.
Definition:
Color.cpp:9
Observation.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.