Fréchet View  1.6.0
A Tool for Exploring Fréchet Distance Algorithms
interval.cpp File Reference
#include <interval.h>
#include <iostream>

Go to the source code of this file.

Functions

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...
 

Function Documentation

◆ operator<<() [1/2]

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.

◆ operator<<() [2/2]

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.