Jive reference manual
|
#include <jive/gl/ColorField.h>
Public Types | |
typedef ColorField | Self |
typedef Object | Super |
typedef jem::gl::Palette | Palette |
Public Member Functions | |
ColorField (const Ref< Palette > &pal) | |
void | configure (const Properties &props, const Properties &dataSets) |
void | getConfig (const Properties &props) const |
void | getColors (double &scale, double &bias, const GLubyteMatrix &colors, const Vector &data, const String &context) const |
ColorMap * | getMappedColors (double &scale, double &bias, const GLfloatVector &colors, const Vector &data, const String &context) const |
GLfloat | getMinAlpha () const |
Palette * | getPalette () const |
void | setPalette (const Ref< Palette > &pal) |
ColorMap * | getColorMap () const |
double | getScaleStep () const |
void | setScaleStep (double step) |
![]() | |
virtual Class * | getClass () const |
Returns the Class instance representing the runtime class of this object. More... | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
virtual long | hashValue () const |
Returns a hash value for this object. More... | |
virtual bool | equals (const Ref< Object > &obj) const |
Tests whether two objects are equal. More... | |
Ref< Object > | clone () const |
Returns a copy of this object. More... | |
Public Attributes | |
DataSource | dataSource |
bool | autoScale |
Protected Member Functions | |
~ColorField () | |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
Additional Inherited Members | |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
typedef ColorField jive::gl::ColorField::Self |
typedef Object jive::gl::ColorField::Super |
typedef jem:: gl::Palette jive::gl::ColorField::Palette |
|
protected |
void jive::gl::ColorField::configure | ( | const Properties & | props, |
const Properties & | dataSets | ||
) |
void jive::gl::ColorField::getConfig | ( | const Properties & | props | ) | const |
void jive::gl::ColorField::getColors | ( | double & | scale, |
double & | bias, | ||
const GLubyteMatrix & | colors, | ||
const Vector & | data, | ||
const String & | context | ||
) | const |
ColorMap* jive::gl::ColorField::getMappedColors | ( | double & | scale, |
double & | bias, | ||
const GLfloatVector & | colors, | ||
const Vector & | data, | ||
const String & | context | ||
) | const |
GLfloat jive::gl::ColorField::getMinAlpha | ( | ) | const |
jem::gl::Palette * jive::gl::ColorField::getPalette | ( | ) | const |
ColorMap* jive::gl::ColorField::getColorMap | ( | ) | const |
double jive::gl::ColorField::getScaleStep | ( | ) | const |
void jive::gl::ColorField::setScaleStep | ( | double | step | ) |
DataSource jive::gl::ColorField::dataSource |
bool jive::gl::ColorField::autoScale |