BandpassChannelWeightPlot Class Reference

Plot of offpulse bandpass and channel weights. More...

#include <BandpassChannelWeightPlot.h>

Inheritance diagram for BandpassChannelWeightPlot:
Pulsar::MultiPlot Pulsar::Plot Reference::Able Reference::HeapTracked

Public Member Functions

TextInterface::Parserget_interface ()
 Get the text interface to the configuration attributes.
void prepare (const Archive *data)
 Derived classes may wish to prepare before plotting.
virtual void preprocess (Archive *data)
 Process the Archive as needed before calling plot.
SpectrumPlot * get_psd ()
ChannelWeightsPlot * get_weights ()
PlotScale * get_x_scale ()
PlotScale * get_y_scale ()
Public Member Functions inherited from Pulsar::MultiPlot
 MultiPlot ()
 Default constructor.
TextInterface::Parserget_frame_interface ()
 Get the text interface to the frame attributes.
PlotAttributesget_attributes ()
 Get the plot attributes.
void plot (const Archive *)
 Plot in the current viewport.
void manage (Plot *)
 Auto-manage a plot.
void manage (const std::string &name, FramedPlot *)
 Manage a plot.
void unmanage (FramedPlot *)
 Stop managing a plot.
virtual void prepare (FramedPlot *)
 Derived classes may wish to prepare before each plot is used.
virtual MultiFrameget_frame ()
 Get the frame.
virtual const MultiFrameget_frame () const
 Get the frame.
Public Member Functions inherited from Pulsar::Plot
 Plot ()
 Default constructor.
virtual void finalize ()
 Some plots may postpone plotting.
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 Processorget_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

Additional Inherited Members

Static Public Member Functions inherited from Pulsar::MultiPlot
static MultiPlotfactory (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 Pulsar::MultiPlot
void set_viewport (PlotFrame *frame, std::pair< float, float > &sub_xvp, std::pair< float, float > &sub_yvp)
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const
Protected Attributes inherited from Pulsar::MultiPlot
MultiFrame frames
 The plot frames.
std::map< std::string, Reference::To< FramedPlot > > plots
 The plots.

Detailed Description

Plot of offpulse bandpass and channel weights.

Member Function Documentation

◆ get_interface()

TextInterface::Parser * BandpassChannelWeightPlot::get_interface ( )
virtual

Get the text interface to the configuration attributes.

Implements Pulsar::Plot.

◆ prepare()

void BandpassChannelWeightPlot::prepare ( const Archive * data)
virtual

Derived classes may wish to prepare before plotting.

Reimplemented from Pulsar::MultiPlot.

◆ preprocess()

virtual void Pulsar::BandpassChannelWeightPlot::preprocess ( Archive * archive)
inlinevirtual

Process the Archive as needed before calling plot.

Reimplemented from Pulsar::Plot.


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

Generated using doxygen 1.14.0