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