RGeomVisible contains description of visible node It is path to the node plus reference to shape rendering data.
Definition at line 142 of file RGeomData.hxx.
| Public Member Functions | |
| RGeomVisible ()=default | |
| RGeomVisible (int _nodeid, int _seqid, const std::vector< int > &_stack) | |
| Public Attributes | |
| std::string | color | 
| color in rgb format | |
| int | nodeid {0} | 
| selected node id, | |
| double | opacity {1} | 
| opacity | |
| RGeomRenderInfo * | ri {nullptr} | 
| render information for the shape, can be same for different nodes | |
| int | seqid {0} | 
| sequence id, used for merging later | |
| std::vector< int > | stack | 
| path to the node, index in list of childs | |
#include <ROOT/RGeomData.hxx>
| 
 | default | 
| 
 | inline | 
Definition at line 152 of file RGeomData.hxx.
| std::string ROOT::RGeomVisible::color | 
color in rgb format
Definition at line 147 of file RGeomData.hxx.
| int ROOT::RGeomVisible::nodeid {0} | 
selected node id,
Definition at line 144 of file RGeomData.hxx.
| double ROOT::RGeomVisible::opacity {1} | 
opacity
Definition at line 148 of file RGeomData.hxx.
| RGeomRenderInfo* ROOT::RGeomVisible::ri {nullptr} | 
render information for the shape, can be same for different nodes
Definition at line 149 of file RGeomData.hxx.
| int ROOT::RGeomVisible::seqid {0} | 
sequence id, used for merging later
Definition at line 145 of file RGeomData.hxx.
| std::vector<int> ROOT::RGeomVisible::stack | 
path to the node, index in list of childs
Definition at line 146 of file RGeomData.hxx.