mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Moving to C++ create_ppm function. Need to workout output formatting.
This commit is contained in:
parent
05192cc2d7
commit
562b8daf85
3 changed files with 92 additions and 77 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue