4#include <WXP/ColorFill.h>
7#include <WXP/GridBox.h>
8#include <WXP/GridPoint.h>
10#include <WXP/PlotAttr.h>
12#include <WXP/String.h>
22 float dpy_min, dpy_max;
30 int skipx, skipy, skipval;
58 inline float getMax(){
return max; };
60 inline float getMin(){
return min; };
84 int setLoc(
int ind,
int x,
int y,
GridPoint &gpt );
85 int getLine(
Grid &grid,
Domain &domain,
int ind,
86 int x,
int y,
float level,
int &npts,
Point *pts );
87 int drawSpline(
Plot &plot,
Grid &grid );
This class sets up color fill parameters.
Definition ColorFill.h:8
This class contours a grid.
Definition ContPlot.h:15
int setInterval(float val)
Definition ContPlot.cc:287
int setType(int rtype)
Definition ContPlot.cc:162
int setLabelParam(int skip, int rad)
Definition ContPlot.cc:320
float getBase()
Definition ContPlot.h:56
int drawMaxMin(Plot &plot, Grid &grid)
Definition ContPlot.cc:2104
int setColorLine(const char *str)
Definition ContPlot.cc:377
int drawValues(Plot &plot, Grid &grid)
Definition ContPlot.cc:1892
float getMin()
Definition ContPlot.h:60
ContType
Definition ContPlot.h:91
@ BOTH
Definition ContPlot.h:96
@ VALUE
Definition ContPlot.h:93
@ FILL
Definition ContPlot.h:95
@ LINE
Definition ContPlot.h:94
@ NONE
Definition ContPlot.h:92
int drawBoxFill(Plot &plot)
Definition ContPlot.cc:660
float getMax()
Definition ContPlot.h:58
int getType()
Definition ContPlot.h:47
int setLineWidth(float width)
Definition ContPlot.cc:350
ContPlot()
Definition ContPlot.cc:38
int setColorTable(const char *str)
Definition ContPlot.cc:359
int drawLabels(Plot &plot, Grid &grid)
Definition ContPlot.cc:126
int setTextFormat(const char *fm)
Definition ContPlot.cc:404
PlotAttr getColorFill(int ind)
Definition ContPlot.h:82
int setLabelSpace(int x, int y)
Definition ContPlot.cc:331
int setFillStyle(int type)
Definition ContPlot.cc:341
int drawBoxLine(Plot &plot)
Definition ContPlot.cc:1830
int setColorLabel(const char *str)
Definition ContPlot.cc:386
int setBase(float val)
Definition ContPlot.cc:296
int setColorFill(const char *str)
Definition ContPlot.cc:368
int drawFill(Plot &plot, Grid &grid)
Definition ContPlot.cc:431
int init()
Definition ContPlot.cc:50
bool isTypeFill()
Definition ContPlot.h:49
int setParam(const char *str)
Definition ContPlot.cc:207
int setScaleFactor(float sc)
Definition ContPlot.cc:395
static int decodeType(const char *str)
Definition ContPlot.cc:2225
int draw(Plot &plot, Grid &grid)
Definition ContPlot.cc:99
int drawLine(Plot &plot, Grid &grid)
Definition ContPlot.cc:1653
float getLevel(int ind)
Definition ContPlot.cc:415
float getInterval()
Definition ContPlot.h:52
int drawLineLabels(Plot &plot, Grid &grid)
Definition ContPlot.cc:2018
This class stores and manipulates domain data.
Definition Domain.h:19
This class sets up a grid box for use with contouring.
Definition GridBox.h:9
This class defines a grid.
Definition Grid.h:20
This class stores plot attributes.
Definition PlotAttr.h:8
This class defines mid-level graphics commands. Calls the Graph object for actual graphics output.
Definition Plot.h:26
This is a variable length string class.
Definition String.h:5
All WXP classes fall under the WXP namespace.
Definition Angle.h:4
This struct defines basic gridpoint values.
Definition GridPoint.h:5
This struct sets a 3D point (x, y, z)
Definition Point.h:5