iRoCS Toolbox
1.1.0
|
Simple Polyline class providing a function to fit a polyline with defined precision to a BSpline for fast distance computations. More...
Go to the source code of this file.
Data Structures | |
class | atb::Polyline< Dim > |
The Polyline class provides a simple polyline representation of a BSpline for fast point to spline distance approximations. More... | |
Namespaces | |
atb | |
Functions | |
template<int Dim> | |
std::ostream & | atb::operator<< (std::ostream &os, Polyline< Dim > const &polyline) |
Insert a pretty-printed version of the polyline into the given stream. More... | |
Simple Polyline class providing a function to fit a polyline with defined precision to a BSpline for fast distance computations.
Definition in file ATBPolyline.hh.