#include <SurfacePlot.hpp>
Inheritance diagram for SurfacePlot:


Definition at line 62 of file SurfacePlot.hpp.
Public Member Functions | |
| SurfacePlot (int iwidth, int iheight, const Palette &p) | |
| Constructor. | |
| ~SurfacePlot () | |
| Destructor. | |
| void | setColorLabel (const char *str) |
| Set the label for the color axis. | |
| void | draw (Frame *frame, int dir) |
| Draw the Plot to this frame, with the key on the dir side. | |
| void | drawPlot (Frame *frame) |
| Draw the Plot to this frame. | |
| void | drawKey (Frame *frame) |
| Draw the Palette key to this frame. | |
| void | set (int row, int col, double d) |
| Set the color at row,col to the color at d on the palette. | |
| double | get (int row, int col) |
| Get the index for a row and column. | |
| void | oversample (int scale) |
| Set up oversampling. | |
| void | oversample (int rscale, int cscale) |
| Set up oversampling. | |
| void | useBoxes (bool b=true) |
| Use boxes when rendering the surface. | |
Public Attributes | |
| AxisStyle | axis_color |
| Style for the right axis. | |
|
||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
Draw the Plot to this frame, with the key on the dir side.
|
|
|
Draw the Palette key to this frame. dir is the direction from negative to positive for the key. You probably want to supply a tall, skinny frame for North or South directions and a short and wide frame for East and West directions. |
|
|
Draw the Plot to this frame.
|
|
||||||||||||
|
Get the index for a row and column.
Definition at line 104 of file SurfacePlot.hpp. References InterpolatedColorMap::getIndex(). |
|
||||||||||||
|
Set up oversampling.
Definition at line 113 of file SurfacePlot.hpp. |
|
|
Set up oversampling.
Definition at line 110 of file SurfacePlot.hpp. |
|
||||||||||||||||
|
Set the color at row,col to the color at d on the palette.
Definition at line 98 of file SurfacePlot.hpp. References InterpolatedColorMap::setColor(). |
|
|
Set the label for the color axis.
Definition at line 81 of file SurfacePlot.hpp. |
|
|
Use boxes when rendering the surface.
Definition at line 116 of file SurfacePlot.hpp. |
|
|
Style for the right axis.
Definition at line 123 of file SurfacePlot.hpp. |
1.3.9.1