#include <jive/gl/VectorField.h>
|
| | VectorField (idx_t rank, const Ref< ItemSet > &items) |
| |
| | VectorField (idx_t rank, const Ref< ItemSet > &items, const String compNames[3]) |
| |
| void | configure (const Properties &props, const Properties &dataSets) |
| |
| void | configure (const String &name, const Properties &props, const Properties &dataSets) |
| |
| void | getConfig (const Properties &props) const |
| |
| void | getData (double &scale, const Matrix &vfield, const Properties &globdat, const String &context, const AppContext &apx) const |
| |
| double | getScaleStep () const |
| |
| void | setScaleStep (double step) |
| |
| double | getPostScale () const |
| |
| void | setPostScale (double scale) |
| |
| 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...
|
| |
| jive::gl::VectorField::VectorField |
( |
idx_t |
rank, |
|
|
const Ref< ItemSet > & |
items |
|
) |
| |
| jive::gl::VectorField::VectorField |
( |
idx_t |
rank, |
|
|
const Ref< ItemSet > & |
items, |
|
|
const String |
compNames[3] |
|
) |
| |
| virtual jive::gl::VectorField::~VectorField |
( |
| ) |
|
|
protectedvirtual |
| void jive::gl::VectorField::getConfig |
( |
const Properties & |
props | ) |
const |
| void jive::gl::VectorField::getData |
( |
double & |
scale, |
|
|
const Matrix & |
vfield, |
|
|
const Properties & |
globdat, |
|
|
const String & |
context, |
|
|
const AppContext & |
apx |
|
) |
| const |
| double jive::gl::VectorField::getScaleStep |
( |
| ) |
const |
| void jive::gl::VectorField::setScaleStep |
( |
double |
step | ) |
|
| double jive::gl::VectorField::getPostScale |
( |
| ) |
const |
| void jive::gl::VectorField::setPostScale |
( |
double |
scale | ) |
|
| bool jive::gl::VectorField::autoScale |