|
| virtual | ~ContinuousColorMap ()=default |
| |
| void | setHsvColors (unsigned int colorCount, double const *hsvColors, double const *alphas=nullptr, std::vector< std::string > const &colorTitles=std::vector< std::string >(), double const *indices=nullptr) final |
| |
| uint64_t | getColorCount () const final |
| | Gets color count.
|
| |
| gsoap_eml2_3::resqml22__InterpolationDomain | getInterpolationDomain () |
| | Gets interpolation domain.
|
| |
| std::string | getInterpolationDomainAsString () |
| | Gets interpolation domain as string.
|
| |
| gsoap_eml2_3::resqml22__InterpolationMethod | getInterpolationMethod () |
| | Gets interpolation method.
|
| |
| std::string | getInterpolationMethodAsString () |
| | Gets interpolation method as string.
|
| |
| std::string | getXmlTag () const |
| |
| virtual void | setHsvColors (unsigned int colorCount, double const *hsvColors, double const *alphas=nullptr, std::vector< std::string > const &colorTitles=std::vector< std::string >(), double const *indices=nullptr)=0 |
| |
| void | setRgbColors (unsigned int colorCount, double const *rgbColors, double const *alphas=nullptr, std::vector< std::string > const &colorTitles=std::vector< std::string >(), double const *indices=nullptr) |
| |
| void | setRgbColors (unsigned int colorCount, unsigned int const *rgbColors, double const *alphas=nullptr, std::vector< std::string > const &colorTitles=std::vector< std::string >(), double const *indices=nullptr) |
| |
| virtual uint64_t | getColorCount () const =0 |
| | Gets color count.
|
| |
| double | getHue (double colorIndex) const |
| |
| double | getSaturation (double colorIndex) const |
| |
| double | getValue (double colorIndex) const |
| |
| double | getAlpha (double colorIndex) const |
| |
| void | getRgbColor (double colorIndex, double &red, double &green, double &blue) const |
| |
| void | getRgbColor (double colorIndex, unsigned int &red, unsigned int &green, unsigned int &blue) const |
| |
| bool | hasColorTitle (double colorIndex) const |
| | Queries if 'colorIndex' has color title.
|
| |
| std::string | getColorTitle (double colorIndex) const |
| | Gets color title.
|
| |
|
void | loadTargetRelationships () |
| |
Map of continuous colors. This class cannot be inherited.