ark::plotting::PlottingFieldGroup

Defined in header “ark/plotting/gui/abstract_plotting_manager.hh”.


This represents a group of fields for a particular object that need to be plotted. It contains all of the fields we are listening for.

Variables

  • std::map< std::string, PlottingFieldPtr > fields
    List of fields and their corresponding data.

  • std::shared_ptr< serialization::Object > object
    The object that is used to deserialize data.