Histogram.h

Classes

Histogram -- Histogram package for C++ ,using Objectify, TCL, & BLT (full description)

class Histogram : public BltPlot

Interface

Public Members
int Attach(char *, char *, char *)
int Files(Tcl_Interp* interp, char *)
int PlotCmd(double)
int ComputeCmd()
int InitCmd()
Histogram(Tcl_Interp* interp)
~Histogram()
int AfterConfigure(Tcl_Interp* interp)
int showPlot(int forceDraw = FALSE)

Description

Synopsis

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

Member Description

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

attach the Histogram plot window

int Files(Tcl_Interp* interp, char *)

list of files to be processed

int PlotCmd(double)

Plot a given point

int ComputeCmd()

Compute & Plot the Histogram

int InitCmd()

(Re)Initialize the graph

Histogram(Tcl_Interp* interp)

constructor

~Histogram()

destructor

int AfterConfigure(Tcl_Interp* interp)

Objectify calls after our 'slots' are changed

int showPlot(int forceDraw = FALSE)

show updated data