Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Tools/Math/Histogram.h File Reference

The file defines a struct to represent histograms. More...

#include "Tools/Streams/InOut.h"
#include <string.h>
#include "Tools/Debugging/Debugging.h"
#include "Platform/GTAssert.h"

Include dependency graph for Histogram.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  Histogram
 A struct to represent histograms. More...


Functions

Inoperator>> (In &stream, Histogram &histogram)
 Streaming operator that reads a Histogram from a stream.

Outoperator<< (Out &stream, Histogram &histogram)
 Streaming operator that writes a Histogram to a stream.


Detailed Description

The file defines a struct to represent histograms.

Author:
Matthias Juengel

Definition in file Histogram.h.


Function Documentation

In& operator>> In stream,
Histogram histogram
 

Streaming operator that reads a Histogram from a stream.

Parameters:
stream The stream from which is read.
histogram The Histogram object.
Returns:
The stream.

Definition at line 138 of file Histogram.cpp.

References In::read().

Here is the call graph for this function:

Out& operator<< Out stream,
Histogram histogram
 

Streaming operator that writes a Histogram to a stream.

Parameters:
stream The stream to write on.
histogram The Histogram object.
Returns:
The stream.

Definition at line 144 of file Histogram.cpp.

References Out::write().

Here is the call graph for this function:


Generated on Thu Sep 23 20:02:25 2004 for GT2004 by doxygen 1.3.6