Base description of geometry node, required only to build hierarchy.
Definition at line 38 of file REveGeomData.hxx.
Public Member Functions | |
REveGeomNodeBase (int _id=0) | |
bool | IsVisible () const |
Public Attributes | |
std::vector< int > | chlds |
list of childs id | |
std::string | color |
rgb code without rgb() prefix | |
int | id {0} |
node id, index in array | |
std::string | name |
node name | |
bool | nochlds {false} |
how far in hierarchy depth should be scanned | |
int | sortid {0} |
! place in sorted array, to check cuts, or id of original node when used search structures | |
int | vis {0} |
visibility flag, 0 - off, 1 - only when level==0, 99 - always | |
#include <ROOT/REveGeomData.hxx>
|
inline |
Definition at line 49 of file REveGeomData.hxx.
|
inline |
Definition at line 51 of file REveGeomData.hxx.
std::vector<int> ROOT::Experimental::REveGeomNodeBase::chlds |
list of childs id
Definition at line 42 of file REveGeomData.hxx.
std::string ROOT::Experimental::REveGeomNodeBase::color |
rgb code without rgb() prefix
Definition at line 46 of file REveGeomData.hxx.
int ROOT::Experimental::REveGeomNodeBase::id {0} |
node id, index in array
Definition at line 40 of file REveGeomData.hxx.
std::string ROOT::Experimental::REveGeomNodeBase::name |
node name
Definition at line 41 of file REveGeomData.hxx.
bool ROOT::Experimental::REveGeomNodeBase::nochlds {false} |
how far in hierarchy depth should be scanned
Definition at line 44 of file REveGeomData.hxx.
int ROOT::Experimental::REveGeomNodeBase::sortid {0} |
! place in sorted array, to check cuts, or id of original node when used search structures
Definition at line 47 of file REveGeomData.hxx.
int ROOT::Experimental::REveGeomNodeBase::vis {0} |
visibility flag, 0 - off, 1 - only when level==0, 99 - always
Definition at line 43 of file REveGeomData.hxx.