mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Adding a skeleton function for plotting.
This commit is contained in:
parent
cc257b7554
commit
7637db6774
2 changed files with 36 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include "hdf5.h"
|
||||
#include "position.h"
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
|
||||
namespace openmc {
|
||||
|
||||
|
|
@ -38,6 +39,7 @@ namespace openmc {
|
|||
//===============================================================================
|
||||
|
||||
class ObjectColor {
|
||||
public:
|
||||
int rgb_[3];
|
||||
};
|
||||
|
||||
|
|
@ -46,7 +48,7 @@ namespace openmc {
|
|||
//===============================================================================
|
||||
|
||||
class ObjectPlot {
|
||||
|
||||
public:
|
||||
int id_;
|
||||
std::string path_plot_;
|
||||
int type_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue