Applying C-side implementation of position_rgb.

This commit is contained in:
Patrick Shriwise 2018-10-09 10:42:39 -05:00
parent 075473b475
commit 539b9c10ec
4 changed files with 38 additions and 95 deletions

View file

@ -41,8 +41,7 @@ namespace openmc {
// ObjectColor holds color information for plotted objects
//===============================================================================
class ObjectColor {
public:
struct ObjectColor {
int rgb[3];
};
@ -50,8 +49,7 @@ namespace openmc {
// ObjectPlot holds plot information
//===============================================================================
class ObjectPlot {
public:
struct ObjectPlot {
int id;
int type;
int color_by;