![]() |
NDEVR
API Documentation
|
Options controlling how a set of 3D vertices is visualized as coordinate markers or connected linework within a Model. More...
Public Member Functions | |
| VertexVisualizationOptions () | |
| Constructs default vertex visualization options with no vertices or labels. | |
| VertexVisualizationOptions (const Buffer< Vertex< 3, fltp08 > > &vertices) | |
| Constructs vertex visualization options with the given vertices and no labels. | |
| VertexVisualizationOptions (const Buffer< Vertex< 3, fltp08 > > &vertices, const Buffer< String > &labels) | |
| Constructs vertex visualization options with the given vertices and labels. | |
Public Attributes | |
| bool | connect_linework = false |
| Whether to connect vertices with lines rather than showing isolated points. | |
| fltp04 | extra_reserve_factor = 1.0 |
| Multiplier for pre-allocating extra buffer capacity (1.0 = exact fit). | |
| uint04 | index_per_label = 1 |
| The number of vertices each label covers. | |
| Buffer< String > | labels |
| Optional text labels applied to groups of vertices. | |
| uint04 | start_index = 0 |
| The starting index into the vertex buffer for visualization. | |
| Buffer< Vertex< 3, fltp08 > > | vertices |
| The 3D positions of the vertices to visualize. | |
Options controlling how a set of 3D vertices is visualized as coordinate markers or connected linework within a Model.
Definition at line 19 of file QuickVisualization.h.
|
inline |
Constructs default vertex visualization options with no vertices or labels.
Definition at line 24 of file QuickVisualization.h.
|
inline |
Constructs vertex visualization options with the given vertices and no labels.
| [in] | vertices | The 3D vertex positions to visualize. |
Definition at line 30 of file QuickVisualization.h.
References vertices.