|
| void | setGrid (const Grid< BarkBeetleCell > &grid) |
| |
| double | value (const BarkBeetleCell &data, const int index) const |
| |
| const QVector< LayeredGridBase::LayerElement > & | names () |
| | list of stored layers More...
|
| |
| bool | onClick (const QPointF &world_coord) const |
| |
| | LayeredGrid (const Grid< BarkBeetleCell > &grid) |
| |
| | LayeredGrid () |
| |
| bool | isValid () const |
| |
| QRectF | cellRect (const QPoint &p) const |
| |
| QRectF | metricRect () const |
| |
| float | cellsize () const |
| |
| int | sizeX () const |
| |
| int | sizeY () const |
| |
| double | value (const BarkBeetleCell *ptr, const int index) const |
| |
| double | value (const int grid_index, const int index) const |
| |
| double | value (const float x, const float y, const int index) const |
| |
| double | value (const QPointF &world_coord, const int index) const |
| |
| double | value (const int ix, const int iy, const int index) const |
| |
| void | range (double &rMin, double &rMax, const int index) const |
| | retrieve min and max of variable 'index' More...
|
| |
| Grid< double > * | copyGrid (const int index) const |
| | extract a (newly created) grid filled with the value of the variable given by 'index' caller need to free memory! More...
|
| |
| virtual | ~LayeredGridBase () |
| |
| virtual int | indexOf (const QString &layer_name) |
| | get layer index by name of the layer. returns -1 if layer is not available. More...
|
| |
| virtual QStringList | layerNames () |
| |
| virtual const QString | labelvalue (const int value, const int index) const |
| |
Helper class manage and visualize data layers related to the barkbeetle module.