RGeomVisible contains description of visible node It is path to the node plus reference to shape rendering data.
Definition at line 95 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 105 of file RGeomData.hxx.
std::string ROOT::Experimental::RGeomVisible::color |
color in rgb format
Definition at line 100 of file RGeomData.hxx.
int ROOT::Experimental::RGeomVisible::nodeid {0} |
selected node id,
Definition at line 97 of file RGeomData.hxx.
double ROOT::Experimental::RGeomVisible::opacity {1} |
opacity
Definition at line 101 of file RGeomData.hxx.
RGeomRenderInfo* ROOT::Experimental::RGeomVisible::ri {nullptr} |
render information for the shape, can be same for different nodes
Definition at line 102 of file RGeomData.hxx.
int ROOT::Experimental::RGeomVisible::seqid {0} |
sequence id, used for merging later
Definition at line 98 of file RGeomData.hxx.
std::vector<int> ROOT::Experimental::RGeomVisible::stack |
path to the node, index in list of childs
Definition at line 99 of file RGeomData.hxx.