2#include <NDEVR/LineSegment.h>
3#include <NDEVR/Dictionary.h>
4#include <NDEVR/Buffer.h>
The equivelent of std::vector but with a bit more control.
A hash-based key-value store, useful for quick associative lookups.
Buffer< Buffer< uint04 > > getCalculatedPolylineIndices() const
Returns a list of all calculated polylines, with each buffer representing a different polyline based ...
void addSegment(const LineSegment< 3, fltp04 > &seg)
Adds a segment and creates indices, if needed, into the index cache.
PolylineMaker(Buffer< Vertex< 3, fltp04 > > &polyline_vertices)
Initializes with a series of vertices that will be possible nodes of the polyline.
A point in N-dimensional space, used primarily for spatial location information.
The primary namespace for the NDEVR SDK.
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...