ScatterPlot.h

Classes

ScatterPlot -- Scatter Plot package for C++ ,using Objectify, TCL, & BLT (full description)

class ScatterPlot : public BltPlot

Interface

Public Members
int Attach(char *, char *, char *)
int Files(Tcl_Interp* interp, char *flist)
int PlotCmd(double, double)
int ComputeCmd()
ScatterPlot(Tcl_Interp* interp)
~ScatterPlot()

Description

NOTE- some of the slots aren't used from 'C' currently, but since we store this data in the 'scatter' array, it is easier to define slots we don't use, then to have a sep. TCL array variable.

Synopsis

Scatter Plot package for C++ ,using Objectify, TCL, & BLT
Used by:
Uses:

Member Description

int Attach(char *, char *, char *)

attach the ScatterPlot plot window

int Files(Tcl_Interp* interp, char *flist)

list of files to be processed

int PlotCmd(double, double)

Plot a given point

int ComputeCmd()

Compute & Plot the ScatterPlot

ScatterPlot(Tcl_Interp* interp)

constructor

~ScatterPlot()

destructor