![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
Go to the source code of this file.
Classes | |
class | frechet::data::Interval |
an interval of two double values. More... | |
class | frechet::data::IntervalPair |
a pair of horizonal / vertical intervals. More... | |
Namespaces | |
frechet | |
global definitions for all algorithms. | |
frechet::data | |
customized data containers. | |
Functions | |
std::ostream & | frechet::data::operator<< (std::ostream &stream, const frechet::data::Interval &ival) |
operator for printing debug info to a std::ostream More... | |
std::ostream & | frechet::data::operator<< (std::ostream &stream, const frechet::data::IntervalPair &ival) |
operator for printing debug info to a std::ostream More... | |
QDebug | operator<< (QDebug debug, const frechet::data::Interval &ival) |
operator for printing debug info to a QDebug stream More... | |
QDebug | operator<< (QDebug debug, const frechet::data::IntervalPair &ival) |
operator for printing debug info to a QDebug stream More... | |
QDebug operator<< | ( | QDebug | debug, |
const frechet::data::Interval & | ival | ||
) |
operator for printing debug info to a QDebug stream
Definition at line 89 of file interval.cpp.
QDebug operator<< | ( | QDebug | debug, |
const frechet::data::IntervalPair & | ival | ||
) |
operator for printing debug info to a QDebug stream
Definition at line 94 of file interval.cpp.