|
| Poincare () |
| Default constructor.
|
|
void | plot (const Archive *) |
| Plot in the current viewport.
|
|
TextInterface::Parser * | get_interface () |
| Get the text interface to the configuration attributes.
|
|
void | set_longitude (float f) |
| Set the longitude of the camera.
|
|
float | get_longitude () const |
| Get the longitude of the camera.
|
|
void | set_latitude (float f) |
| Set the latitude of the camera.
|
|
float | get_latitude () const |
| Get the latitude of the camera.
|
|
void | set_subint (Index _isubint) |
| Set the sub-integration to plot (where applicable)
|
|
Index | get_subint () const |
|
void | set_chan (Index _ichan) |
| Set the frequency channel to plot (where applicable)
|
|
Index | get_chan () const |
|
PlotScale * | get_phase_scale () |
| Provide access to the phase scale.
|
|
void | set_nstep (unsigned steps) |
| Set the animate of the camera.
|
|
unsigned | get_nstep () const |
| Get the animate of the camera.
|
|
void | set_longitude_step (float f) |
| Set the longitude of the camera.
|
|
float | get_longitude_step () const |
| Get the longitude of the camera.
|
|
void | set_latitude_step (float f) |
| Set the latitude of the camera.
|
|
float | get_latitude_step () const |
| Get the latitude of the camera.
|
|
void | set_label_bins (const std::string &bins) |
| Set the animate of the camera.
|
|
std::string | get_label_bins () const |
| Get the animate of the camera.
|
|
| 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 | preprocess (Archive *) |
| Process the Archive as needed before calling plot.
|
|
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 |
|