Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members   Related Pages   Examples  

Drawing methods


Functions

void showHistogram ()
void writeHistogram (char *type, char *file_name)

Function Documentation

template<class T>
void Histogram<T>::showHistogram<T> ( )
 

Drawing method. It opens a window and plots the histogram in it.

template<class T>
void Histogram<T>::writeHistogram<T> ( char * type,
char * file_name )
 

Drawing method. It plots the histogram in the file indicated by the parameter file_name, in a format given by the parameter type. The allowed types are:

  • Gif,
  • PS,
  • Fig, and
  • Bmp.