mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Refactoring ObjectPlot constructor.
This commit is contained in:
parent
ade46934d1
commit
7930513bbd
2 changed files with 84 additions and 11 deletions
|
|
@ -71,6 +71,19 @@ namespace openmc {
|
|||
std::vector<ObjectColor*> colors;
|
||||
std::string path_plot;
|
||||
|
||||
private:
|
||||
void set_id(pugi::xml_node plot_node);
|
||||
void set_type(pugi::xml_node plot_node);
|
||||
void set_output_path(pugi::xml_node plot_node);
|
||||
void set_bg_color(pugi::xml_node plot_node);
|
||||
void set_basis(pugi::xml_node plot_node);
|
||||
void set_origin(pugi::xml_node plot_node);
|
||||
void set_width(pugi::xml_node plot_node);
|
||||
void set_universe(pugi::xml_node plot_node);
|
||||
void set_default_colors(pugi::xml_node plot_node);
|
||||
void set_user_colors(pugi::xml_node plot_node);
|
||||
void set_meshlines(pugi::xml_node plot_node);
|
||||
void set_mask(pugi::xml_node plot_node);
|
||||
};
|
||||
|
||||
//extern "C" int openmc_plot_geometry();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue