Histogram.h
Classes
- Histogram -- Histogram package for C++ ,using Objectify, TCL, & BLT (full description)
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)
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
Plot a given point
Compute & Plot the Histogram
(Re)Initialize the graph
Histogram(Tcl_Interp* interp)
constructor
destructor
Objectify calls after our 'slots' are changed
int showPlot(int forceDraw = FALSE)
show updated data