edu.rice.cs.hpc.viewer.graph.Histogram Class Reference

List of all members.

Public Member Functions

 Histogram (int n_bins, double data[])
double[] getAxisX ()
double[] getAxisY ()
double min ()
double max ()
double getWidth ()

Private Attributes

double freq []
double axis_x []
double data_min
double data_max
double data_width

Detailed Description

Definition at line 11 of file Histogram.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.viewer.graph.Histogram.Histogram ( int  n_bins,
double  data[] 
)

Member Function Documentation

double [] edu.rice.cs.hpc.viewer.graph.Histogram.getAxisX (  ) 
double [] edu.rice.cs.hpc.viewer.graph.Histogram.getAxisY (  ) 
double edu.rice.cs.hpc.viewer.graph.Histogram.getWidth (  ) 

Definition at line 95 of file Histogram.java.

References edu.rice.cs.hpc.viewer.graph.Histogram.data_width.

double edu.rice.cs.hpc.viewer.graph.Histogram.max (  ) 
double edu.rice.cs.hpc.viewer.graph.Histogram.min (  ) 

Member Data Documentation


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1