Engauge Digitizer 2
Loading...
Searching...
No Matches
SplinePair.cpp File Reference
#include "SplinePair.h"
Include dependency graph for SplinePair.cpp:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &str, const SplinePair &pair)

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & str,
const SplinePair & pair )

Definition at line 76 of file SplinePair.cpp.

77{
78 str << "(" << pair.x() << "," << pair.y() << ")";
79
80 return str;
81}
double y() const
Get method for y.
double x() const
Get method for x.