29 #ifndef GRAPHICS_PGPLOTTERNULL_H
30 #define GRAPHICS_PGPLOTTERNULL_H
214 virtual void scf(
Int font);
virtual void vsiz(Float xleft, Float xright, Float ybot, Float ytop)
virtual String numb(Int mm, Int pp, Int form)
virtual void wedg(const String &side, Float disp, Float width, Float fg, Float bg, const String &label)
virtual void cons(const Matrix< Float > &a, const Vector< Float > &c, const Vector< Float > &tr)
virtual void panl(Int ix, Int iy)
virtual void vect(const Matrix< Float > &a, const Matrix< Float > &b, Float c, Int nc, const Vector< Float > &tr, Float blank)
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 tbox(const String &xopt, Float xtick, Int nxsub, const String &yopt, Float ytick, Int nysub)
virtual Vector< Float > qwin()
TableExprNode phase(const TableExprNode &node)
The phase (i.e.
virtual void sah(Int fs, Float angle, Float vent)
virtual void bin(const Vector< Float > &x, const Vector< Float > &data, Bool center)
virtual void svp(Float xleft, Float xright, Float ybot, Float ytop)
virtual void env(Float xmin, Float xmax, Float ymin, Float ymax, Int just, Int axis)
Abstract base class for PGPLOT style plotting.
virtual void imag(const Matrix< Float > &a, Float a1, Float a2, const Vector< Float > &tr)
virtual void circ(Float xcent, Float ycent, Float radius)
virtual void lab(const String &xlbl, const String &ylbl, const String &toplbl)
Plot to a PGPLOT device "local" to this process.
virtual void hist(const Vector< Float > &data, Float datmin, Float datmax, Int nbin, Int pcflag)
virtual Record curs(Float x, Float y)
This is an emulated standard PGPLOT command.
virtual void shs(Float angle, Float sepn, Float phase)
virtual void swin(Float x1, Float x2, Float y1, Float y2)
virtual void scrn(Int ci, const String &name)
virtual void erry(const Vector< Float > &x, const Vector< Float > &y1, const Vector< Float > &y2, Float t)
virtual void cont(const Matrix< Float > &a, const Vector< Float > &c, Bool nc, const Vector< Float > &tr)
virtual String qinf(const String &item)
virtual void rect(Float x1, Float x2, Float y1, Float y2)
virtual void errx(const Vector< Float > &x1, const Vector< Float > &x2, const Vector< Float > &y, Float t)
virtual void text(Float x, Float y, const String &text)
virtual void pnts(const Vector< Float > &x, const Vector< Float > &y, const Vector< Int > symbol)
virtual Vector< Float > qpos()
virtual Float rnd(Float x, Int nsub)
virtual Vector< Float > qtxt(Float x, Float y, Float angle, Float fjust, const String &text)
virtual Vector< Float > rnge(Float x1, Float x2)
virtual void poly(const Vector< Float > &xpts, const Vector< Float > &ypts)
virtual void scf(Int font)
virtual void sitf(Int itf)
virtual void wnad(Float x1, Float x2, Float y1, Float y2)
A hierarchical collection of named fields of various types.
bool Bool
Define the standard types used by Casacore.
virtual Vector< Float > qcs(Int units)
virtual void ask(Bool flag)
virtual void subp(Int nxsub, Int nysub)
virtual Vector< Float > len(Int units, const String &string)
virtual void stbg(Int tbci)
virtual void shls(Int ci, Float ch, Float cl, Float cs)
virtual Vector< Int > qcol()
virtual void line(const Vector< Float > &xpts, const Vector< Float > &ypts)
static PGPlotter createPlotter(const String &device, uInt, uInt, uInt, uInt)
The create function to create a PGPlotter object using a PGPlotterNull.
virtual Vector< Float > qhs()
virtual void mtxt(const String &side, Float disp, Float coord, Float fjust, const String &text)
virtual void gray(const Matrix< Float > &a, Float fg, Float bg, const Vector< Float > &tr)
Standard plotting object for application programmers.
virtual void scr(Int ci, Float cr, Float cg, Float cb)
const Double e
e and functions thereof:
virtual void scir(Int icilo, Int icihi)
virtual Vector< Float > qah()
const Double c
Fundamental physical constants (SI units):
virtual void ptxt(Float x, Float y, Float angle, Float fjust, const String &text)
virtual Vector< Float > qcr(Int ci)
virtual void conb(const Matrix< Float > &a, const Vector< Float > &c, const Vector< Float > &tr, Float blank)
String: the storage and methods of handling collections of characters.
virtual void arro(Float x1, Float y1, Float x2, Float y2)
Standard PGPLOT commands.
PGPlotterNull(const String &device)
Open "device", which must be a valid PGPLOT style device, for example /cps for colour postscript (or ...
virtual void sch(Float size)
virtual void box(const String &xopt, Float xtick, Int nxsub, const String &yopt, Float ytick, Int nysub)
virtual void hi2d(const Matrix< Float > &data, const Vector< Float > &x, Int ioff, Float bias, Bool center, const Vector< Float > &ylims)
PGPlotterNull & operator=(const PGPlotterNull &)
virtual void pt(const Vector< Float > &xpts, const Vector< Float > &ypts, Int symbol)
virtual void pixl(const Matrix< Int > &ia, Float x1, Float x2, Float y1, Float y2)
virtual void move(Float x, Float y)
virtual void draw(Float x, Float y)
virtual void conl(const Matrix< Float > &a, Float c, const Vector< Float > &tr, const String &label, Int intval, Int minint)
virtual void pap(Float width, Float aspect)
virtual Vector< Float > qvp(Int units)
virtual void errb(Int dir, const Vector< Float > &x, const Vector< Float > &y, const Vector< Float > &e, Float t)
virtual Vector< Float > qvsz(Int units)
virtual Vector< Int > qcir()
virtual ~PGPlotterNull()
The destructor closes the pgplot device.