Assignments
Assignments
|
#include <iostream>
#include <utility>
#include <string>
#include <vector>
#include <Util/geometry.h>
#include <Util/algebra.h>
Go to the source code of this file.
Classes | |
class | Image::OrientedLineSegment |
class | Image::OrientedLineSegmentPairs |
Namespaces | |
namespace | Image |
Functions | |
std::ostream & | Image::operator<< (std::ostream &stream, const OrientedLineSegment &ols) |
std::istream & | Image::operator>> (std::istream &stream, OrientedLineSegment &ols) |
std::ostream & | Image::operator<< (std::ostream &stream, const OrientedLineSegmentPairs &ols) |
std::istream & | Image::operator>> (std::istream &stream, OrientedLineSegmentPairs &ols) |