Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
pcl_converter
gnuplotPaletteReader.h
Go to the documentation of this file.
1
#ifndef SICK_SCAN_GNU_PLOT_PALETTE_H
2
#define SICK_SCAN_GNU_PLOT_PALETTE_H
3
4
class
GnuPlotPalette
5
{
6
public
:
7
GnuPlotPalette
();
8
unsigned
char
getRbgValue
(
unsigned
char
greyIdx,
unsigned
int
channelIdx);
9
int
load
(std::string palettName);
10
void
setErrorStatus
(
int
_errorCode)
11
{
12
errorStatus
= _errorCode;
13
}
14
15
int
getErrorStatus
(
void
)
16
{
17
return
(
errorStatus
);
18
}
19
20
private
:
21
unsigned
char
rgbTable
[256][3];
// r g b - table entries
22
int
errorStatus
;
23
};
24
#endif
GnuPlotPalette::load
int load(std::string palettName)
Definition:
gnuplotPaletteReader.cpp:48
GnuPlotPalette::getRbgValue
unsigned char getRbgValue(unsigned char greyIdx, unsigned int channelIdx)
Definition:
gnuplotPaletteReader.cpp:163
GnuPlotPalette::setErrorStatus
void setErrorStatus(int _errorCode)
Definition:
gnuplotPaletteReader.h:10
GnuPlotPalette::errorStatus
int errorStatus
Definition:
gnuplotPaletteReader.h:22
GnuPlotPalette::GnuPlotPalette
GnuPlotPalette()
Definition:
gnuplotPaletteReader.cpp:42
GnuPlotPalette::rgbTable
unsigned char rgbTable[256][3]
Definition:
gnuplotPaletteReader.h:21
GnuPlotPalette::getErrorStatus
int getErrorStatus(void)
Definition:
gnuplotPaletteReader.h:15
GnuPlotPalette
Definition:
gnuplotPaletteReader.h:4
sick_scan
Author(s): Michael Lehning
, Jochen Sprickerhof
, Martin Günther
autogenerated on Wed May 5 2021 03:05:48