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 
5 {
6 public:
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
23 };
24 #endif
GnuPlotPalette::getErrorStatus
int getErrorStatus(void)
Definition: gnuplotPaletteReader.h:15
GnuPlotPalette::GnuPlotPalette
GnuPlotPalette()
Definition: gnuplotPaletteReader.cpp:42
GnuPlotPalette
Definition: gnuplotPaletteReader.h:4
GnuPlotPalette::errorStatus
int errorStatus
Definition: gnuplotPaletteReader.h:22
GnuPlotPalette::load
int load(std::string palettName)
Definition: gnuplotPaletteReader.cpp:48
GnuPlotPalette::setErrorStatus
void setErrorStatus(int _errorCode)
Definition: gnuplotPaletteReader.h:10
GnuPlotPalette::rgbTable
unsigned char rgbTable[256][3]
Definition: gnuplotPaletteReader.h:21
GnuPlotPalette::getRbgValue
unsigned char getRbgValue(unsigned char greyIdx, unsigned int channelIdx)
Definition: gnuplotPaletteReader.cpp:163


sick_scan
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Thu Sep 8 2022 02:30:19