This class creates and accesses satellite enhancement files.
More...
#include "../include/Enhance.h"
|
enum | Type { INDEX
, VALUE
} |
|
|
| Enhance (const Enhance &enh) |
|
| Enhance (ColorMap &colormap, const char *str) |
|
Enhance | operator= (const Enhance &enh) |
|
int | init () |
|
int | getNum () |
|
int | set (const Enhance &enh) |
|
int | set (ColorMap &colormap, const char *str) |
|
int | readFile (ColorMap &colormap, const char *file) |
|
int | validateValues () |
|
int | decode (ColorMap &colormap, const char *str) |
|
int | setIndex (int ind, int rindex) |
|
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 () |
|
This class creates and accesses satellite enhancement files.
- Author
- Dan Vietor
◆ getName()
const char * WXP::Enhance::getName |
( |
| ) |
|
|
inline |
Returns fill name for annotation
◆ isIndex()
bool WXP::Enhance::isIndex |
( |
| ) |
|
|
inline |
Is enhancement based in image index value
◆ isValue()
bool WXP::Enhance::isValue |
( |
| ) |
|
|
inline |
Is enhancement based in image value
◆ operator=()
Assignment operator. Used to overload copying
- Parameters
-
strings | String class to copy from |
The documentation for this class was generated from the following files: