Fesapi 2.9.0.1
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
|
This is the complete list of members for resqml2::AbstractColorMap, including all inherited members.
getAlpha(double colorIndex) const | resqml2::AbstractColorMap | |
getColorCount() const =0 | resqml2::AbstractColorMap | pure virtual |
getColorTitle(double colorIndex) const | resqml2::AbstractColorMap | |
getHue(double colorIndex) const | resqml2::AbstractColorMap | |
getRgbColor(double colorIndex, double &red, double &green, double &blue) const | resqml2::AbstractColorMap | |
getRgbColor(double colorIndex, unsigned int &red, unsigned int &green, unsigned int &blue) const | resqml2::AbstractColorMap | |
getSaturation(double colorIndex) const | resqml2::AbstractColorMap | |
getValue(double colorIndex) const | resqml2::AbstractColorMap | |
hasColorTitle(double colorIndex) const | resqml2::AbstractColorMap | |
loadTargetRelationships() (defined in resqml2::AbstractColorMap) | resqml2::AbstractColorMap | inline |
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 | resqml2::AbstractColorMap | pure virtual |
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) | resqml2::AbstractColorMap | |
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) | resqml2::AbstractColorMap | |
~AbstractColorMap()=default (defined in resqml2::AbstractColorMap) | resqml2::AbstractColorMap | virtual |