Creates overlay plots from VTFx properties in a property set collection and the corresponding data source. More...
Public Member Functions | |
PropertyApplierPlot2d (PropertySetCollection *propSetCollection, DataSourceVTFx *dataSource) | |
Constructs a property applier from a property set collection and data source. More... | |
size_t | plotCount () const |
Returns the number of plots available in this property set collection. More... | |
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. More... | |
Creates overlay plots from VTFx properties in a property set collection and the corresponding data source.
cee::ug::PropertyApplierPlot2d::PropertyApplierPlot2d | ( | PropertySetCollection * | propSetCollection, |
ug::DataSourceVTFx * | dataSource | ||
) |
Constructs a property applier from a property set collection and data source.
PtrRef< plt::OverlayPlot > cee::ug::PropertyApplierPlot2d::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.
size_t cee::ug::PropertyApplierPlot2d::plotCount | ( | ) | const |
Returns the number of plots available in this property set collection.