OGS
Polyline.cpp File Reference

Detailed Description

Implementation of the Polyline class.

Author
Thomas Fischer
Date
2010-06-21

Definition in file Polyline.cpp.

#include "Polyline.h"
#include <algorithm>
#include "AnalyticalGeometry.h"
#include "BaseLib/Error.h"
#include "BaseLib/Logging.h"
#include "MathLib/GeometricBasics.h"
#include "MathLib/MathTools.h"
Include dependency graph for Polyline.cpp:

Go to the source code of this file.

Namespaces

 GeoLib
 

Functions

bool GeoLib::containsEdge (const Polyline &ply, std::size_t id0, std::size_t id1)
 
bool GeoLib::operator== (Polyline const &lhs, Polyline const &rhs)
 
bool GeoLib::pointsAreIdentical (const std::vector< Point * > &pnt_vec, std::size_t i, std::size_t j, double prox)