|
| PhaseVsHist () |
| Default constructor.
|
|
TextInterface::Parser * | get_interface () |
| Get the text interface to the configuration attributes.
|
|
void | prepare (const Archive *data) |
| Set the minimum and maximum values on the y-axis.
|
|
std::string | get_ylabel (const Archive *) |
| Get the default label for the y axis.
|
|
unsigned | get_nrow (const Archive *data) |
| Derived classes must provide the number of rows.
|
|
const Profile * | get_Profile (const Archive *data, unsigned row) |
| Derived classes must provide the Profile for the specified row.
|
|
void | set_chan (const Index &_ichan) |
| Set the frequency channel to plot.
|
|
Index | get_chan () const |
|
void | set_weight (const std::string _weight) |
|
std::string | get_weight () const |
|
void | set_kernel (const std::string _kernel) |
|
std::string | get_kernel () const |
|
| PhaseVsPlot () |
| Default constructor.
|
|
TextInterface::Parser * | get_interface () |
| Get the text interface to the configuration attributes.
|
|
void | preprocess (Archive *) |
| Remove the baseline from each sub-integration and channel independently.
|
|
void | draw (const Archive *) |
| Draw in the current viewport. More...
|
|
PlotScale * | get_z_scale () |
| Provide access to the z-scale.
|
|
pgplot::ColourMap * | get_colour_map () |
| Provide access to the colour map.
|
|
void | set_style (const std::string &) |
| Set the style.
|
|
std::string | get_style () const |
| Get the style.
|
|
void | set_line_colour (int new_colour) |
| Set the line colour.
|
|
int | get_line_colour (void) |
| Get the line colour.
|
|
void | set_crop (float s_crop_value) |
| Set the crop value.
|
|
float | get_crop () const |
| Get the crop value.
|
|
void | set_rows (const std::pair< unsigned, unsigned > &rows) |
| Set the first and last row to plot.
|
|
std::pair< unsigned, unsigned > | get_rows () const |
| Get the first and last row to plot.
|
|
| PhasePlot () |
| Default constructor.
|
|
std::string | get_xlabel (const Archive *) |
| Get the default label for the x axis.
|
|
void | set_yrange (float min, float max) |
| Set the y-range.
|
|
PhaseScale * | get_scale () |
| Get the scale.
|
|
virtual void | plot (const Archive *) |
| Plot in the current viewport.
|
|
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.
|
|
| 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 |
|