This class creates and accesses satellite enhancement files. More...
#include "../include/Enhance.h"
Public Types | |
| enum | Type { INDEX, VALUE } |
Public Member Functions | |
| Enhance (ColorMap &colormap, const char *str) | |
| int | init () |
| int | getNum () |
| int | set (ColorMap &colormap, const char *str) |
| int | readFile (ColorMap &colormap, const char *file) |
| int | validateValues () |
| int | decode (ColorMap &colormap, const char *str) |
| int | getIndex (int ind) |
| float | getValue (int ind) |
| int | getIndex (float rvalue) |
| int | getColor (float rvalue) |
| bool | isIndex () |
| bool | isValue () |
| const char * | getName () |
| int | print () |
Static Public Member Functions | |
| static float | getIRInd (float val) |
This class creates and accesses satellite enhancement files.
1.6.1