Adding draw_mesh_lines on C++ side

This commit is contained in:
Patrick Shriwise 2018-10-09 17:35:38 -05:00
parent 37f73e8cdc
commit f2e91f675a
4 changed files with 110 additions and 34 deletions

View file

@ -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);