|
| 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::Parser * | get_interface ()=0 |
| Get the text interface to the configuration attributes.
|
virtual TextInterface::Parser * | get_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.
|
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 |
Base class of all plotters.