|  | 
| typedef std::map< double, std::string > | cont_t | 
|  | 
| typedef cont_t::key_type | key_t | 
|  | 
| typedef cont_t::value_type | entry_t | 
|  | 
| typedef drain::LookUp< typename cont_t::const_iterator > | lookup_t | 
|  | LOOK-UP table is an array of pointers to the actual Palette. 
 | 
|  | 
| typedef std::list< entry_t > | list_t | 
|  | 
|  | ImageCodeMap () | 
|  | Default constructor. 
 | 
|  | 
|  | ImageCodeMap (std::initializer_list< entry_t > l) | 
|  | 
|  | ImageCodeMap (const cont_t &map) | 
|  | Copy constructor //. 
 | 
|  | 
| lookup_t & | createLookUp (const std::type_info &type, const ValueScaling &scaling) const | 
|  | Creates a vector of 256 or 65535 entries for fast retrieval. 
 | 
|  | 
| cont_t::const_iterator | retrieve (double d) const | 
|  | 
| cont_t::iterator | retrieve (double d) | 
|  | 
| lookup_t | lookUp | 
|  | 
| char | separator | 
|  | 
The documentation for this class was generated from the following file: