Main Page
Related Pages
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
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
Enumerator
a
c
d
e
f
i
l
m
n
o
r
t
u
w
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
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
i
l
m
n
o
p
q
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Variables
_
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Typedefs
b
c
f
h
i
l
p
r
s
t
u
Enumerations
Enumerator
c
d
e
i
o
p
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
include
pcl_converter
gnuplotPaletteReader.h
Go to the documentation of this file.
1
#include "
sick_scan/sick_scan_base.h
"
/* Base definitions included in all header files, added by add_sick_scan_base_header.py. Do not edit this line. */
2
#ifndef SICK_SCAN_GNU_PLOT_PALETTE_H
3
#define SICK_SCAN_GNU_PLOT_PALETTE_H
4
5
class
GnuPlotPalette
6
{
7
public
:
8
GnuPlotPalette
();
9
unsigned
char
getRbgValue
(
unsigned
char
greyIdx,
unsigned
int
channelIdx);
10
int
load
(std::string palettName);
11
void
setErrorStatus
(
int
_errorCode)
12
{
13
errorStatus
= _errorCode;
14
}
15
16
int
getErrorStatus
(
void
)
17
{
18
return
(
errorStatus
);
19
}
20
21
private
:
22
unsigned
char
rgbTable
[256][3];
// r g b - table entries
23
int
errorStatus
;
24
};
25
#endif
GnuPlotPalette::getErrorStatus
int getErrorStatus(void)
Definition:
gnuplotPaletteReader.h:16
GnuPlotPalette::GnuPlotPalette
GnuPlotPalette()
Definition:
gnuplotPaletteReader.cpp:63
GnuPlotPalette
Definition:
gnuplotPaletteReader.h:5
GnuPlotPalette::errorStatus
int errorStatus
Definition:
gnuplotPaletteReader.h:23
GnuPlotPalette::load
int load(std::string palettName)
Definition:
gnuplotPaletteReader.cpp:69
GnuPlotPalette::setErrorStatus
void setErrorStatus(int _errorCode)
Definition:
gnuplotPaletteReader.h:11
GnuPlotPalette::rgbTable
unsigned char rgbTable[256][3]
Definition:
gnuplotPaletteReader.h:22
sick_scan_base.h
GnuPlotPalette::getRbgValue
unsigned char getRbgValue(unsigned char greyIdx, unsigned int channelIdx)
Definition:
gnuplotPaletteReader.cpp:184
sick_scan_xd
Author(s): Michael Lehning
, Jochen Sprickerhof
, Martin Günther
autogenerated on Fri Oct 25 2024 02:47:08