|
|
| PlotLoop () |
| | Default constructor.
|
|
void | add_Plot (Plot *) |
| | Add a Plot to be executed.
|
|
void | configure (const std::vector< std::string > &options) |
| | Configure the plots.
|
|
void | finalize () |
| | Perform any cleanup.
|
|
void | set_Archive (Archive *) |
| | Set the Archive to be plotted.
|
|
void | set_overlay (bool) |
| | Overlay the data from multiple objects in a single plot.
|
|
bool | get_overlay () const |
|
void | set_stack (bool) |
| | Automatically stack multiple plots.
|
|
bool | get_stack () const |
|
void | set_colour_indeces (const std::vector< unsigned > &ci) |
| | Set the colour indeces through which to loop.
|
|
void | set_preprocess (bool) |
| | Set the preprocess flag.
|
|
bool | get_preprocess () const |
| | Get the preprocess flag.
|
|
void | add_index (TextIndex *) |
| | Add an index over which to loop.
|
|
void | plot () |
|
void | set_colour_index (Plot *, unsigned colour_index) |
|
| 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.