Base class of all plotters. More...

#include <Plot.h>

Inheritance diagram for Plot:
Reference::Able Reference::HeapTracked Pulsar::FramedPlot Pulsar::MultiData Pulsar::MultiPlot Pulsar::Poincare Pulsar::SimplePlot Pulsar::MultiDataPlot< Type > Pulsar::BandpassChannelWeightPlot Pulsar::MultiFrequency Pulsar::MultiPhase Pulsar::PhaseVsFrequencyPlus Pulsar::PhaseVsHistPlus

Classes

class  Constructor

Public Member Functions

 Plot ()
 Default constructor.
virtual void preprocess (Archive *)
 Process the Archive as needed before calling plot.
virtual void plot (const Archive *)=0
 Plot in the current viewport.
virtual void finalize ()
 Some plots may postpone plotting.
virtual PlotAttributes * get_attributes ()=0
 Provide access to the plot attributes.
virtual TextInterface::Parserget_interface ()=0
 Get the text interface to the configuration attributes.
virtual TextInterface::Parserget_frame_interface ()=0
 Get the text interface to the frame attributes.
virtual void configure (const std::string &)
 Process a configuration command.
void set_constructor (Constructor *c)
 Set the constructor.
Constructorget_constructor ()
 Get the constructor.
virtual void set_preprocessor (Processor *)
 Set the pre-processor.
virtual Processor * get_preprocessor ()
 Get the pre-processor.
virtual bool has_preprocessor () const
 Return true if pre-processor has been set.
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 Attributes

static bool verbose = false
 Verbosity flag.

Additional Inherited Members

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 Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const

Detailed Description

Base class of all plotters.


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

Generated using doxygen 1.14.0