casa
$Rev:20696$
|
Plot to a PGPLOT device "local" to this process. More...
#include <PGPlotterNull.h>
Public Member Functions | |
PGPlotterNull (const String &device) | |
Open "device", which must be a valid PGPLOT style device, for example /cps for colour postscript (or myfile.ps/cps if you want to name the file), or /xs or /xw for and X-windows display. | |
virtual | ~PGPlotterNull () |
The destructor closes the pgplot device. | |
virtual Record | curs (Float x, Float y) |
This is an emulated standard PGPLOT command. | |
virtual void | arro (Float x1, Float y1, Float x2, Float y2) |
Standard PGPLOT commands. | |
virtual void | ask (Bool flag) |
virtual void | bbuf () |
virtual void | bin (const Vector< Float > &x, const Vector< Float > &data, Bool center) |
virtual void | box (const String &xopt, Float xtick, Int nxsub, const String &yopt, Float ytick, Int nysub) |
virtual void | circ (Float xcent, Float ycent, Float radius) |
virtual void | conb (const Matrix< Float > &a, const Vector< Float > &c, const Vector< Float > &tr, Float blank) |
virtual void | conl (const Matrix< Float > &a, Float c, const Vector< Float > &tr, const String &label, Int intval, Int minint) |
virtual void | cons (const Matrix< Float > &a, const Vector< Float > &c, const Vector< Float > &tr) |
virtual void | cont (const Matrix< Float > &a, const Vector< Float > &c, Bool nc, const Vector< Float > &tr) |
virtual void | ctab (const Vector< Float > &l, const Vector< Float > &r, const Vector< Float > &g, const Vector< Float > &b, Float contra, Float bright) |
virtual void | draw (Float x, Float y) |
virtual void | ebuf () |
virtual void | env (Float xmin, Float xmax, Float ymin, Float ymax, Int just, Int axis) |
virtual void | eras () |
virtual void | errb (Int dir, const Vector< Float > &x, const Vector< Float > &y, const Vector< Float > &e, Float t) |
virtual void | errx (const Vector< Float > &x1, const Vector< Float > &x2, const Vector< Float > &y, Float t) |
virtual void | erry (const Vector< Float > &x, const Vector< Float > &y1, const Vector< Float > &y2, Float t) |
virtual void | gray (const Matrix< Float > &a, Float fg, Float bg, const Vector< Float > &tr) |
virtual void | hi2d (const Matrix< Float > &data, const Vector< Float > &x, Int ioff, Float bias, Bool center, const Vector< Float > &ylims) |
virtual void | hist (const Vector< Float > &data, Float datmin, Float datmax, Int nbin, Int pcflag) |
virtual void | iden () |
virtual void | imag (const Matrix< Float > &a, Float a1, Float a2, const Vector< Float > &tr) |
virtual void | lab (const String &xlbl, const String &ylbl, const String &toplbl) |
virtual void | ldev () |
virtual Vector< Float > | len (Int units, const String &string) |
virtual void | line (const Vector< Float > &xpts, const Vector< Float > &ypts) |
virtual void | move (Float x, Float y) |
virtual void | mtxt (const String &side, Float disp, Float coord, Float fjust, const String &text) |
virtual String | numb (Int mm, Int pp, Int form) |
virtual void | page () |
virtual void | panl (Int ix, Int iy) |
virtual void | pap (Float width, Float aspect) |
virtual void | pixl (const Matrix< Int > &ia, Float x1, Float x2, Float y1, Float y2) |
virtual void | pnts (const Vector< Float > &x, const Vector< Float > &y, const Vector< Int > symbol) |
virtual void | poly (const Vector< Float > &xpts, const Vector< Float > &ypts) |
virtual void | pt (const Vector< Float > &xpts, const Vector< Float > &ypts, Int symbol) |
virtual void | ptxt (Float x, Float y, Float angle, Float fjust, const String &text) |
virtual Vector< Float > | qah () |
virtual Int | qcf () |
virtual Float | qch () |
virtual Int | qci () |
virtual Vector< Int > | qcir () |
virtual Vector< Int > | qcol () |
virtual Vector< Float > | qcr (Int ci) |
virtual Vector< Float > | qcs (Int units) |
virtual Int | qfs () |
virtual Vector< Float > | qhs () |
virtual Int | qid () |
virtual String | qinf (const String &item) |
virtual Int | qitf () |
virtual Int | qls () |
virtual Int | qlw () |
virtual Vector< Float > | qpos () |
virtual Int | qtbg () |
virtual Vector< Float > | qtxt (Float x, Float y, Float angle, Float fjust, const String &text) |
virtual Vector< Float > | qvp (Int units) |
virtual Vector< Float > | qvsz (Int units) |
virtual Vector< Float > | qwin () |
virtual void | rect (Float x1, Float x2, Float y1, Float y2) |
virtual Float | rnd (Float x, Int nsub) |
virtual Vector< Float > | rnge (Float x1, Float x2) |
virtual void | sah (Int fs, Float angle, Float vent) |
virtual void | save () |
virtual void | scf (Int font) |
virtual void | sch (Float size) |
virtual void | sci (Int ci) |
virtual void | scir (Int icilo, Int icihi) |
virtual void | scr (Int ci, Float cr, Float cg, Float cb) |
virtual void | scrn (Int ci, const String &name) |
virtual void | sfs (Int fs) |
virtual void | shls (Int ci, Float ch, Float cl, Float cs) |
virtual void | shs (Float angle, Float sepn, Float phase) |
virtual void | sitf (Int itf) |
virtual void | sls (Int ls) |
virtual void | slw (Int lw) |
virtual void | stbg (Int tbci) |
virtual void | subp (Int nxsub, Int nysub) |
virtual void | svp (Float xleft, Float xright, Float ybot, Float ytop) |
virtual void | swin (Float x1, Float x2, Float y1, Float y2) |
virtual void | tbox (const String &xopt, Float xtick, Int nxsub, const String &yopt, Float ytick, Int nysub) |
virtual void | text (Float x, Float y, const String &text) |
virtual void | unsa () |
virtual void | updt () |
virtual void | vect (const Matrix< Float > &a, const Matrix< Float > &b, Float c, Int nc, const Vector< Float > &tr, Float blank) |
virtual void | vsiz (Float xleft, Float xright, Float ybot, Float ytop) |
virtual void | vstd () |
virtual void | wedg (const String &side, Float disp, Float width, Float fg, Float bg, const String &label) |
virtual void | wnad (Float x1, Float x2, Float y1, Float y2) |
Static Public Member Functions | |
static PGPlotter | createPlotter (const String &device, uInt, uInt, uInt, uInt) |
The create function to create a PGPlotter object using a PGPlotterNull. | |
Private Member Functions | |
PGPlotterNull (const PGPlotterNull &) | |
PGPlotterNull & | operator= (const PGPlotterNull &) |
void | noplotter () |
Private Attributes | |
int | id_p |
PGPLOT id. | |
Bool | beenWarned |
Plot to a PGPLOT device "local" to this process.
Public interface
"Null" is used to denote that no plotting is done
Generally programmers should not use this class, instead they should use PGPlotter instead.
This class make a concrete PGPlotterInterface object which calls PGPLOT directly, i.e. PGPLOT is linked into the current executable.
// plot y = x*x Vector<Float> x(100), y(100); indgen(x); y = x*x; PGPlotterNull plotter("myplot.ps/ps"); plotter.env(0, 100, 0, 100*100, 0, 0); plotter.line(x, y);
It might be necessary to call PGPLOT directly in some circumstances. For example, it might be too inefficient to pass a lot of Image data over the glish bus.
Definition at line 89 of file PGPlotterNull.h.
casa::PGPlotterNull::PGPlotterNull | ( | const String & | device | ) |
Open "device", which must be a valid PGPLOT style device, for example /cps
for colour postscript (or myfile.ps/cps
if you want to name the file), or /xs
or /xw
for and X-windows display.
virtual casa::PGPlotterNull::~PGPlotterNull | ( | ) | [virtual] |
The destructor closes the pgplot device.
casa::PGPlotterNull::PGPlotterNull | ( | const PGPlotterNull & | ) | [private] |
Undefined and inaccessible
virtual void casa::PGPlotterNull::arro | ( | Float | x1, |
Float | y1, | ||
Float | x2, | ||
Float | y2 | ||
) | [virtual] |
Standard PGPLOT commands.
Documentation for the individual commands can be found in the Glish manual and in the standard PGPLOT documentation which may be found at http://astro.caltech.edu/~tjp/pgplot/
. The Glish/PGPLOT documentation is preferred since this interface follows it exactly (e.g. the array sizes are inferred both here and in Glish, whereas they must be passed into standard PGPLOT).
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::ask | ( | Bool | flag | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::bbuf | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::bin | ( | const Vector< Float > & | x, |
const Vector< Float > & | data, | ||
Bool | center | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::box | ( | const String & | xopt, |
Float | xtick, | ||
Int | nxsub, | ||
const String & | yopt, | ||
Float | ytick, | ||
Int | nysub | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::circ | ( | Float | xcent, |
Float | ycent, | ||
Float | radius | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::conb | ( | const Matrix< Float > & | a, |
const Vector< Float > & | c, | ||
const Vector< Float > & | tr, | ||
Float | blank | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::conl | ( | const Matrix< Float > & | a, |
Float | c, | ||
const Vector< Float > & | tr, | ||
const String & | label, | ||
Int | intval, | ||
Int | minint | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::cons | ( | const Matrix< Float > & | a, |
const Vector< Float > & | c, | ||
const Vector< Float > & | tr | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::cont | ( | const Matrix< Float > & | a, |
const Vector< Float > & | c, | ||
Bool | nc, | ||
const Vector< Float > & | tr | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
static PGPlotter casa::PGPlotterNull::createPlotter | ( | const String & | device, |
uInt | , | ||
uInt | , | ||
uInt | , | ||
uInt | |||
) | [static] |
The create function to create a PGPlotter object using a PGPlotterNull.
It only uses the device argument.
virtual void casa::PGPlotterNull::ctab | ( | const Vector< Float > & | l, |
const Vector< Float > & | r, | ||
const Vector< Float > & | g, | ||
const Vector< Float > & | b, | ||
Float | contra, | ||
Float | bright | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Record casa::PGPlotterNull::curs | ( | Float | x, |
Float | y | ||
) | [virtual] |
This is an emulated standard PGPLOT command.
It returns a record containing the fields:
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::draw | ( | Float | x, |
Float | y | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::ebuf | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::env | ( | Float | xmin, |
Float | xmax, | ||
Float | ymin, | ||
Float | ymax, | ||
Int | just, | ||
Int | axis | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::eras | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::errb | ( | Int | dir, |
const Vector< Float > & | x, | ||
const Vector< Float > & | y, | ||
const Vector< Float > & | e, | ||
Float | t | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::errx | ( | const Vector< Float > & | x1, |
const Vector< Float > & | x2, | ||
const Vector< Float > & | y, | ||
Float | t | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::erry | ( | const Vector< Float > & | x, |
const Vector< Float > & | y1, | ||
const Vector< Float > & | y2, | ||
Float | t | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::gray | ( | const Matrix< Float > & | a, |
Float | fg, | ||
Float | bg, | ||
const Vector< Float > & | tr | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::hi2d | ( | const Matrix< Float > & | data, |
const Vector< Float > & | x, | ||
Int | ioff, | ||
Float | bias, | ||
Bool | center, | ||
const Vector< Float > & | ylims | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::hist | ( | const Vector< Float > & | data, |
Float | datmin, | ||
Float | datmax, | ||
Int | nbin, | ||
Int | pcflag | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::iden | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::imag | ( | const Matrix< Float > & | a, |
Float | a1, | ||
Float | a2, | ||
const Vector< Float > & | tr | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::lab | ( | const String & | xlbl, |
const String & | ylbl, | ||
const String & | toplbl | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::ldev | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::len | ( | Int | units, |
const String & | string | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::line | ( | const Vector< Float > & | xpts, |
const Vector< Float > & | ypts | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::move | ( | Float | x, |
Float | y | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::mtxt | ( | const String & | side, |
Float | disp, | ||
Float | coord, | ||
Float | fjust, | ||
const String & | text | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
void casa::PGPlotterNull::noplotter | ( | ) | [private] |
virtual String casa::PGPlotterNull::numb | ( | Int | mm, |
Int | pp, | ||
Int | form | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
PGPlotterNull& casa::PGPlotterNull::operator= | ( | const PGPlotterNull & | ) | [private] |
virtual void casa::PGPlotterNull::page | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::panl | ( | Int | ix, |
Int | iy | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::pap | ( | Float | width, |
Float | aspect | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::pixl | ( | const Matrix< Int > & | ia, |
Float | x1, | ||
Float | x2, | ||
Float | y1, | ||
Float | y2 | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::pnts | ( | const Vector< Float > & | x, |
const Vector< Float > & | y, | ||
const Vector< Int > | symbol | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::poly | ( | const Vector< Float > & | xpts, |
const Vector< Float > & | ypts | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::pt | ( | const Vector< Float > & | xpts, |
const Vector< Float > & | ypts, | ||
Int | symbol | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::ptxt | ( | Float | x, |
Float | y, | ||
Float | angle, | ||
Float | fjust, | ||
const String & | text | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::qah | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Int casa::PGPlotterNull::qcf | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Float casa::PGPlotterNull::qch | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Int casa::PGPlotterNull::qci | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Int> casa::PGPlotterNull::qcir | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Int> casa::PGPlotterNull::qcol | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::qcr | ( | Int | ci | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::qcs | ( | Int | units | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Int casa::PGPlotterNull::qfs | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::qhs | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Int casa::PGPlotterNull::qid | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual String casa::PGPlotterNull::qinf | ( | const String & | item | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Int casa::PGPlotterNull::qitf | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Int casa::PGPlotterNull::qls | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Int casa::PGPlotterNull::qlw | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::qpos | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Int casa::PGPlotterNull::qtbg | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::qtxt | ( | Float | x, |
Float | y, | ||
Float | angle, | ||
Float | fjust, | ||
const String & | text | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::qvp | ( | Int | units | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::qvsz | ( | Int | units | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::qwin | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::rect | ( | Float | x1, |
Float | x2, | ||
Float | y1, | ||
Float | y2 | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Float casa::PGPlotterNull::rnd | ( | Float | x, |
Int | nsub | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual Vector<Float> casa::PGPlotterNull::rnge | ( | Float | x1, |
Float | x2 | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::sah | ( | Int | fs, |
Float | angle, | ||
Float | vent | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::save | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::scf | ( | Int | font | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::sch | ( | Float | size | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::sci | ( | Int | ci | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::scir | ( | Int | icilo, |
Int | icihi | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::scr | ( | Int | ci, |
Float | cr, | ||
Float | cg, | ||
Float | cb | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::scrn | ( | Int | ci, |
const String & | name | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::sfs | ( | Int | fs | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::shls | ( | Int | ci, |
Float | ch, | ||
Float | cl, | ||
Float | cs | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::shs | ( | Float | angle, |
Float | sepn, | ||
Float | phase | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::sitf | ( | Int | itf | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::sls | ( | Int | ls | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::slw | ( | Int | lw | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::stbg | ( | Int | tbci | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::subp | ( | Int | nxsub, |
Int | nysub | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::svp | ( | Float | xleft, |
Float | xright, | ||
Float | ybot, | ||
Float | ytop | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::swin | ( | Float | x1, |
Float | x2, | ||
Float | y1, | ||
Float | y2 | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::tbox | ( | const String & | xopt, |
Float | xtick, | ||
Int | nxsub, | ||
const String & | yopt, | ||
Float | ytick, | ||
Int | nysub | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::text | ( | Float | x, |
Float | y, | ||
const String & | text | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::unsa | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::updt | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::vect | ( | const Matrix< Float > & | a, |
const Matrix< Float > & | b, | ||
Float | c, | ||
Int | nc, | ||
const Vector< Float > & | tr, | ||
Float | blank | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::vsiz | ( | Float | xleft, |
Float | xright, | ||
Float | ybot, | ||
Float | ytop | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::vstd | ( | ) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::wedg | ( | const String & | side, |
Float | disp, | ||
Float | width, | ||
Float | fg, | ||
Float | bg, | ||
const String & | label | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
virtual void casa::PGPlotterNull::wnad | ( | Float | x1, |
Float | x2, | ||
Float | y1, | ||
Float | y2 | ||
) | [virtual] |
Implements casa::PGPlotterInterface.
Bool casa::PGPlotterNull::beenWarned [private] |
Definition at line 253 of file PGPlotterNull.h.
int casa::PGPlotterNull::id_p [private] |
PGPLOT id.
Definition at line 252 of file PGPlotterNull.h.