mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Adding draw_mesh_lines on C++ side
This commit is contained in:
parent
37f73e8cdc
commit
f2e91f675a
4 changed files with 110 additions and 34 deletions
|
|
@ -67,8 +67,12 @@ namespace openmc {
|
|||
|
||||
};
|
||||
|
||||
void draw_mesh_lines(ObjectPlot* pl,
|
||||
std::vector< std::vector< std::vector<int> > > &data);
|
||||
|
||||
|
||||
void output_ppm(ObjectPlot* pl,
|
||||
std::vector< std::vector< std::vector<int> > > data);
|
||||
const std::vector< std::vector< std::vector<int> > > &data);
|
||||
|
||||
extern "C" void create_ppm(ObjectPlot* pl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue