API Documentation
|
Given random line segments, constructs a polyline when the vertices match. Used in Parameter. More...
#include <PolylineMaker.h>
Public Member Functions | |
void | addSegment (const LineSegment< 3, fltp04 > &seg) |
Adds a segment and creates indices, if needed into the index cache. | |
Buffer< Buffer< uint04 > > | getCalculatedPolylineIndices () const |
Returns a list of all calcuated polylines, with each buffer representing a different polyline. | |
PolylineMaker (Buffer< Vertex< 3, fltp04 > > &polyline_vertices) | |
Initializes with a series of vertices that will be possible nodes of the polyline. | |
Given random line segments, constructs a polyline when the vertices match. Used in Parameter.
PolylineMaker | ( | Buffer< Vertex< 3, fltp04 > > & | polyline_vertices | ) |
void addSegment | ( | const LineSegment< 3, fltp04 > & | seg | ) |