Plot command line options.
More...
#include <PlotOptions.h>
|
|
| PlotOptions (bool open_device=true) |
| | Default constructor.
|
|
void | set_open_device (bool flag) |
| | Enable/disable pgplot device open and close.
|
|
void | set_device (const std::string &dev) |
| | Set the plot device.
|
|
void | set_pixels (const std::string &) |
| | Set the plot dimensions in pixels.
|
|
void | set_panels (const std::string &) |
| | Set the number of panels into which the plot surface is divided.
|
|
unsigned | get_x_npanel () const |
| | Get the number of panels into which the plot surface is divided.
|
|
void | set_x_npanel (unsigned n) |
|
unsigned | get_y_npanel () const |
|
void | set_y_npanel (unsigned n) |
| void | setup () |
| | Open the plot device and configure it.
|
| void | finalize () |
| | Close the plot device.
|
| virtual void | process (Archive *) |
| | Additional per-Archive processing tasks.
|
| virtual void | finish (Archive *) |
| | Additional per-Archive finishing tasks (e.g., unload)
|
| virtual Archive * | result () |
| | If process if out of place, return pointer to new result.
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
Plot command line options.
◆ finalize()
| void Pulsar::PlotOptions::finalize |
( |
| ) |
|
|
virtual |
◆ setup()
| void Pulsar::PlotOptions::setup |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: