mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Applying C-side implementation of position_rgb.
This commit is contained in:
parent
075473b475
commit
539b9c10ec
4 changed files with 38 additions and 95 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue