Pulsar::MultiDataPlot< Type > Class Template Reference

Combines multiple data sets in a single plot. More...

#include <MultiDataPlot.h>

Inheritance diagram for Pulsar::MultiDataPlot< Type >:
Pulsar::MultiData Pulsar::Plot Reference::Able Reference::HeapTracked

Public Member Functions

 MultiDataPlot (Type *simple=0)
 Construct with plot to be managed.
 
void manage (Type *)
 Manage a plot.
 
void plot (const Archive *)
 prepare the Simple Plot and push it onto the plots vector
 
void finalize ()
 draw the accumulated plots
 
- Public Member Functions inherited from Pulsar::MultiData
void preprocess (Archive *)
 Process the Archive as needed before calling plot.
 
PlotAttributesget_attributes ()
 Provide access to the plot attributes.
 
TextInterface::Parserget_interface ()
 Get the text interface to the configuration attributes.
 
TextInterface::Parserget_frame_interface ()
 Get the text interface to the frame attributes.
 
void configure (const std::string &option)
 Process a configuration command and store it for later use.
 
void set_preprocessor (Processor *)
 Set the pre-processor.
 
Processorget_preprocessor ()
 Get the pre-processor.
 
bool has_preprocessor () const
 Return true if pre-processor has been set.
 
Plotget_Plot ()
 Get the managed plot.
 
- Public Member Functions inherited from Pulsar::Plot
 Plot ()
 Default constructor.
 
void set_constructor (Constructor *c)
 Set the constructor.
 
Constructorget_constructor ()
 Get the constructor.
 
- Public Member Functions inherited from Reference::Able
 Able (const Able &)
 
Ableoperator= (const Able &)
 
unsigned get_reference_count () const
 
- Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
 
HeapTrackedoperator= (const HeapTracked &)
 
bool __is_on_heap () const
 

Protected Attributes

Reference::To< Type > the_plot
 
std::vector< Reference::To< Type > > plots
 
std::vector< Reference::To< const Archive > > data_sets
 
- Protected Attributes inherited from Pulsar::MultiData
Reference::To< Plotmanaged_plot
 The plot that is managed by this instance.
 
std::vector< std::string > options
 The options passed to configure.
 

Additional Inherited Members

- Static Public Member Functions inherited from Pulsar::MultiData
static Plotfactory (Plot *)
 Factory returns appropriate derived class.
 
- Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
 
- Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
 
static void operator delete (void *location, void *ptr)
 
static void operator delete (void *location)
 
static size_t get_heap_queue_size ()
 
- Static Public Attributes inherited from Pulsar::Plot
static bool verbose = false
 Verbosity flag.
 
- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Detailed Description

template<class Type>
class Pulsar::MultiDataPlot< Type >

Combines multiple data sets in a single plot.


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

Generated using doxygen 1.8.17