|
| DynamicStatSpectrumPlot () |
| Default constructor.
|
|
| ~DynamicStatSpectrumPlot () |
| Default constructor.
|
|
TextInterface::Parser * | get_interface () |
| Get the text interface to the configuration attributes.
|
|
void | get_plot_array (const Archive *data, float *array) |
| Derived classes must fill in the nsubint by nchan data array.
|
|
virtual void | preprocess (Archive *) |
| Disable preprocessing.
|
|
void | set_statistic (ArchiveStatistic *) |
| Set the statistic. More...
|
|
ArchiveStatistic * | get_statistic () const |
| Get the statistic. More...
|
|
| DynamicSpectrumPlot () |
| Default constructor.
|
|
void | draw (const Archive *) |
| Draw in the current viewport.
|
|
pgplot::ColourMap * | get_colour_map () |
| Provide access to the colour map.
|
|
std::pair< unsigned, unsigned > | get_subint_range (const Archive *data) |
|
std::pair< unsigned, unsigned > | get_chan_range (const Archive *data) |
|
std::pair< int, int > | get_srange () const |
| srange is the subint range
|
|
void | set_srange (const std::pair< int, int > &range) |
|
void | set_pol (const Index &_ipol) |
| Set the polarization to plot.
|
|
Index | get_pol () const |
|
void | set_method (int s_method) |
| Set a method.
|
|
int | get_method () const |
|
TimeScale * | get_x_scale () |
| Return pointer to x scale.
|
|
FrequencyScale * | get_y_scale () |
| Return pointer to y scale.
|
|
virtual void | plot (const Archive *) |
| Plot in the current viewport.
|
|
virtual std::string | get_xlabel (const Archive *) |
| Get the default label for the x axis.
|
|
virtual std::string | get_ylabel (const Archive *) |
| Get the default label for the y axis.
|
|
void | add_annotation (PlotAnnotation *a) |
| Add an annotation.
|
|
| FramedPlot () |
| Default constructor.
|
|
virtual TextInterface::Parser * | get_frame_interface () |
| Get the text interface to the frame attributes.
|
|
PlotAttributes * | get_attributes () |
| Get the plot attributes.
|
|
virtual PlotFrame * | get_frame () |
| Get the frame.
|
|
virtual const PlotFrame * | get_frame () const |
| Get the frame.
|
|
virtual void | set_frame (PlotFrame *) |
| Set the frame.
|
|
virtual void | prepare (const Archive *) |
| Derived classes must prepare to draw.
|
|
| 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.
|
|
Constructor * | get_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.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|