WXP C++ Library Version 6.74.9
Loading...
Searching...
No Matches
WXP::Enhance Class Reference

This class creates and accesses satellite enhancement files. More...

#include "../include/Enhance.h"

Public Types

enum  Type { INDEX , VALUE }

Public Member Functions

 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 ()

Detailed Description

This class creates and accesses satellite enhancement files.

Author
Dan Vietor

Member Function Documentation

◆ 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=()

Enhance Enhance::operator= ( const Enhance & enh)

Assignment operator. Used to overload copying

Parameters
stringsString class to copy from

The documentation for this class was generated from the following files: