#include "Tools/Streams/InOut.h"
#include <string.h>
#include "Tools/Debugging/Debugging.h"
#include "Platform/GTAssert.h"
Include dependency graph for Histogram.h:

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

Go to the source code of this file.
Classes | |
| class | Histogram |
| A struct to represent histograms. More... | |
Functions | |
| In & | operator>> (In &stream, Histogram &histogram) |
| Streaming operator that reads a Histogram from a stream. | |
| Out & | operator<< (Out &stream, Histogram &histogram) |
| Streaming operator that writes a Histogram to a stream. | |
Definition in file Histogram.h.
|
||||||||||||
|
Streaming operator that reads a Histogram from a stream.
Definition at line 138 of file Histogram.cpp. References In::read(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a Histogram to a stream.
Definition at line 144 of file Histogram.cpp. References Out::write(). |
Here is the call graph for this function:

1.3.6