Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::REveGeomVisible Class Reference

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
 
int nodeid {0}
 selected node id,
 
double opacity {1}
 opacity
 
RGeomRenderInfori {nullptr}
 render information for the shape, can be same for different nodes
 
int seqid {0}
 sequence id, used for merging later
 
std::vector< intstack
 path to the node, index in list of childs
 

#include <ROOT/REveGeomData.hxx>

Constructor & Destructor Documentation

◆ REveGeomVisible() [1/2]

ROOT::Experimental::REveGeomVisible::REveGeomVisible ( )
default

◆ REveGeomVisible() [2/2]

ROOT::Experimental::REveGeomVisible::REveGeomVisible ( int  _nodeid,
int  _seqid,
const std::vector< int > &  _stack 
)
inline

Definition at line 108 of file REveGeomData.hxx.

Member Data Documentation

◆ color

std::string ROOT::Experimental::REveGeomVisible::color

color in rgb format

Definition at line 103 of file REveGeomData.hxx.

◆ nodeid

int ROOT::Experimental::REveGeomVisible::nodeid {0}

selected node id,

Definition at line 100 of file REveGeomData.hxx.

◆ opacity

double ROOT::Experimental::REveGeomVisible::opacity {1}

opacity

Definition at line 104 of file REveGeomData.hxx.

◆ ri

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.

◆ seqid

int ROOT::Experimental::REveGeomVisible::seqid {0}

sequence id, used for merging later

Definition at line 101 of file REveGeomData.hxx.

◆ stack

std::vector<int> ROOT::Experimental::REveGeomVisible::stack

path to the node, index in list of childs

Definition at line 102 of file REveGeomData.hxx.

Libraries for ROOT::Experimental::REveGeomVisible:

The documentation for this class was generated from the following file: