Moving to C++ create_ppm function. Need to workout output formatting.

This commit is contained in:
Patrick Shriwise 2018-10-09 15:15:41 -05:00
parent 05192cc2d7
commit 562b8daf85
3 changed files with 92 additions and 77 deletions

View file

@ -67,6 +67,12 @@ namespace openmc {
};
extern "C" void output_ppm(ObjectPlot* pl,
const std::vector< std::vector< std::vector<int> > > &data);
extern "C" void create_ppm(ObjectPlot* pl);
extern "C" void position_rgb(Particle* p, ObjectPlot* pl, int rgb[3], int &id);
extern "C" void voxel_init(hid_t file_id, const hsize_t* dims, hid_t* dspace,