Processes for plotting bar graphs. More...
#include <bprb/bprb_func_process.h>
#include <brdb/brdb_value.h>
#include <bprb/bprb_parameters.h>
#include <bxml/bsvg/bsvg_plot.h>
#include <bxml/bxml_write.h>
Go to the source code of this file.
Functions | |
bool | bsvg_bar_plot_initialize_process_cons (bprb_func_process &pro) |
Constructor. | |
bool | bsvg_bar_plot_initialize_process (bprb_func_process &pro) |
bool | bsvg_bar_plot_add_process_cons (bprb_func_process &pro) |
Constructor. | |
bool | bsvg_bar_plot_add_process (bprb_func_process &pro) |
bool | bsvg_plot_write_process_cons (bprb_func_process &pro) |
Constructor. | |
bool | bsvg_plot_write_process (bprb_func_process &pro) |
Processes for plotting bar graphs.
Modifications none yet
Definition in file bsvg_plot_bar_processes.cxx.
bool bsvg_bar_plot_add_process | ( | bprb_func_process & | pro | ) |
Definition at line 88 of file bsvg_plot_bar_processes.cxx.
bool bsvg_bar_plot_add_process_cons | ( | bprb_func_process & | pro | ) |
bool bsvg_bar_plot_initialize_process | ( | bprb_func_process & | pro | ) |
Definition at line 41 of file bsvg_plot_bar_processes.cxx.
bool bsvg_bar_plot_initialize_process_cons | ( | bprb_func_process & | pro | ) |
Constructor.
initialize a bar plot with no bars, new bars will be added by the add_bar process
Definition at line 23 of file bsvg_plot_bar_processes.cxx.
bool bsvg_plot_write_process | ( | bprb_func_process & | pro | ) |
Definition at line 122 of file bsvg_plot_bar_processes.cxx.
bool bsvg_plot_write_process_cons | ( | bprb_func_process & | pro | ) |
Constructor.
Definition at line 109 of file bsvg_plot_bar_processes.cxx.