cee::ug::PropertyApplierPlot2d

class PropertyApplierPlot2d

Creates overlay plots from VTFx properties in a property set collection and the corresponding data source.

Public Functions

PropertyApplierPlot2d(PropertySetCollection *propSetCollection, DataSourceVTFx *dataSource)

Constructs a property applier from a property set collection and data source.

size_t plotCount() const

Returns the number of plots available in this property set collection.

PtrRef<plt::OverlayPlot> createOverlayPlot(size_t plotIndex, vis::Font *font)

Creates an overlay plot based on plot properties (for the ploIndex’th plot) and plot data from the data source.