iRoCS Toolbox  1.1.0
Data Structures | Namespaces | Functions
ATBPolyline.hh File Reference

Simple Polyline class providing a function to fit a polyline with defined precision to a BSpline for fast distance computations. More...

#include <config.hh>
#include <list>
#include "ATBSpline.hh"
#include "ATBPolyline.icc"
Include dependency graph for ATBPolyline.hh:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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.