#include <iosfwd>
#include "Image/Point2D.H"
#include <string>
Go to the source code of this file.
Classes | |
struct | BorderWatchData |
Log data from the BorderWatch application, used by BorderWatchGui. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const BorderWatchData &bwd) |
Write BorderWatchData to an ostream. | |
std::istream & | operator>> (std::istream &is, BorderWatchData &bwd) |
Read BorderWatchData from an istream. |
Definition in file BorderWatchData.H.
std::ostream& operator<< | ( | std::ostream & | os, | |
const BorderWatchData & | bwd | |||
) |
Write BorderWatchData to an ostream.
Definition at line 44 of file BorderWatchData.C.
References BorderWatchData::energy, BorderWatchData::entropy, Point2D< T >::i, BorderWatchData::iframe, BorderWatchData::itime, BorderWatchData::KLsurprise, BorderWatchData::MSDsurprise, BorderWatchData::oframe, BorderWatchData::rand, BorderWatchData::saliency, BorderWatchData::salpoint, BorderWatchData::score, and BorderWatchData::uniqueness.
std::istream& operator>> | ( | std::istream & | is, | |
BorderWatchData & | bwd | |||
) |
Read BorderWatchData from an istream.
Definition at line 53 of file BorderWatchData.C.
References BorderWatchData::energy, BorderWatchData::entropy, Point2D< T >::i, BorderWatchData::iframe, BorderWatchData::itime, BorderWatchData::KLsurprise, BorderWatchData::MSDsurprise, BorderWatchData::oframe, BorderWatchData::rand, BorderWatchData::saliency, BorderWatchData::salpoint, BorderWatchData::score, and BorderWatchData::uniqueness.