REveGeomVisible contains description of visible node It is path to the node plus reference to shape rendering data.
Definition at line 98 of file REveGeomData.hxx.
Public Member Functions | |
REveGeomVisible ()=default | |
REveGeomVisible (int _nodeid, int _seqid, const std::vector< int > &_stack) | |
Public Attributes | |
std::string | color |
color in rgb format More... | |
int | nodeid {0} |
selected node id, More... | |
double | opacity {1} |
opacity More... | |
RGeomRenderInfo * | ri {nullptr} |
render information for the shape, can be same for different nodes More... | |
int | seqid {0} |
sequence id, used for merging later More... | |
std::vector< int > | stack |
path to the node, index in list of childs More... | |
#include <ROOT/REveGeomData.hxx>
|
default |
|
inline |
Definition at line 108 of file REveGeomData.hxx.
std::string ROOT::Experimental::REveGeomVisible::color |
color in rgb format
Definition at line 103 of file REveGeomData.hxx.
int ROOT::Experimental::REveGeomVisible::nodeid {0} |
selected node id,
Definition at line 100 of file REveGeomData.hxx.
double ROOT::Experimental::REveGeomVisible::opacity {1} |
opacity
Definition at line 104 of file REveGeomData.hxx.
RGeomRenderInfo* ROOT::Experimental::REveGeomVisible::ri {nullptr} |
render information for the shape, can be same for different nodes
Definition at line 105 of file REveGeomData.hxx.
int ROOT::Experimental::REveGeomVisible::seqid {0} |
sequence id, used for merging later
Definition at line 101 of file REveGeomData.hxx.
std::vector<int> ROOT::Experimental::REveGeomVisible::stack |
path to the node, index in list of childs
Definition at line 102 of file REveGeomData.hxx.