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

#include <MultiData.h>

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

Public Member Functions

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.
 
virtual void plot (const Archive *)=0
 Plot in the current viewport.
 
virtual void finalize ()
 Some plots may postpone plotting.
 
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
 

Static Public Member Functions

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 ()
 

Protected Attributes

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 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

Combines multiple data sets in a single plot.


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

Generated using doxygen 1.8.17