API Documentation
Loading...
Searching...
No Matches
PolylineMaker Class Reference

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.
 

Detailed Description

Given random line segments, constructs a polyline when the vertices match. Used in Parameter.


slicing.

Constructor & Destructor Documentation

◆ PolylineMaker()

PolylineMaker ( Buffer< Vertex< 3, fltp04 > > & polyline_vertices)

Initializes with a series of vertices that will be possible nodes of the polyline.


autotoc_md873

Member Function Documentation

◆ addSegment()

void addSegment ( const LineSegment< 3, fltp04 > & seg)

Adds a segment and creates indices, if needed into the index cache.


autotoc_md874

◆ getCalculatedPolylineIndices()

Buffer< Buffer< uint04 > > getCalculatedPolylineIndices ( ) const

Returns a list of all calcuated polylines, with each buffer representing a different polyline.


based off of the initial vertex list


The documentation for this class was generated from the following file: