Adding a skeleton function for plotting.

This commit is contained in:
Patrick Shriwise 2018-10-07 19:55:45 -05:00
parent cc257b7554
commit 7637db6774
2 changed files with 36 additions and 1 deletions

View file

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