NDEVR
API Documentation
QuickVisualization

Allows for the creation of Models that represent points or linework quickly and efficiently. More...

Classes

struct  VertexVisualizationOptions
 Options controlling how a set of 3D vertices is visualized as coordinate markers or connected linework within a Model. More...

Static Public Member Functions

static void SetupCoordinateModel (Model &model, const VertexVisualizationOptions &options)
 Populates a Model with geometry representing the given vertices as coordinate markers or connected linework.

Detailed Description

Allows for the creation of Models that represent points or linework quickly and efficiently.


Definition at line 12 of file QuickVisualization.h.

Member Function Documentation

◆ SetupCoordinateModel()

void QuickVisualization::SetupCoordinateModel ( Model & model,
const VertexVisualizationOptions & options )
static

Populates a Model with geometry representing the given vertices as coordinate markers or connected linework.


Parameters
[in]modelThe Model to populate with coordinate visualization geometry.
[in]optionsThe vertex visualization settings controlling positions, labels, and style.

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