Public Member Functions | |
int | colorCount () const |
Returns the total number of colors, including first and last colors. | |
LinearColorMap (const QColor &, const QColor &) | |
LinearColorMap () | |
double | lowerBound () |
Get the lower range limit. | |
QString | mapFileName () const |
Returns the path of the *.MAP file from which the color map was created. | |
void | save (const QString &) |
void | setIntensityRange (double vmin, double vmax) |
Set the intensity range. | |
double | upperBound () |
Get the upper range limit. | |
Static Public Member Functions | |
static LinearColorMap * | loadFromFile (const QString &) |
static LinearColorMap * | rainbowMap () |
Private Member Functions | |
LinearColorMap (const LinearColorMap &) |
LinearColorMap::LinearColorMap | ( | ) |
LinearColorMap::LinearColorMap | ( | const QColor & | , | |
const QColor & | ||||
) |
LinearColorMap::LinearColorMap | ( | const LinearColorMap & | ) | [private] |
int LinearColorMap::colorCount | ( | ) | const |
Returns the total number of colors, including first and last colors.
static LinearColorMap* LinearColorMap::loadFromFile | ( | const QString & | ) | [static] |
double LinearColorMap::lowerBound | ( | ) |
Get the lower range limit.
QString LinearColorMap::mapFileName | ( | ) | const |
Returns the path of the *.MAP file from which the color map was created.
static LinearColorMap* LinearColorMap::rainbowMap | ( | ) | [static] |
void LinearColorMap::save | ( | const QString & | ) |
void LinearColorMap::setIntensityRange | ( | double | vmin, | |
double | vmax | |||
) |
Set the intensity range.
double LinearColorMap::upperBound | ( | ) |
Get the upper range limit.