Base description of geometry node, required only to build hierarchy.
Definition at line 41 of file RGeomData.hxx.
| Public Member Functions | |
| RGeomNodeBase (int _id=0) | |
| const char * | GetArg (int kind) | 
| Returns argument for regexp. | |
| bool | IsVisible () const | 
| Public Attributes | |
| std::vector< int > | chlds | 
| list of childs id | |
| std::string | color | 
| rgb code in hex format | |
| int | id {0} | 
| node id, index in array | |
| std::string | material | 
| name of the material | |
| 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/RGeomData.hxx>
| 
 | inline | 
Definition at line 53 of file RGeomData.hxx.
Returns argument for regexp.
Definition at line 58 of file RGeomData.hxx.
| 
 | inline | 
Definition at line 55 of file RGeomData.hxx.
| std::vector<int> ROOT::RGeomNodeBase::chlds | 
list of childs id
Definition at line 45 of file RGeomData.hxx.
| std::string ROOT::RGeomNodeBase::color | 
rgb code in hex format
Definition at line 49 of file RGeomData.hxx.
| int ROOT::RGeomNodeBase::id {0} | 
node id, index in array
Definition at line 43 of file RGeomData.hxx.
| std::string ROOT::RGeomNodeBase::material | 
name of the material
Definition at line 50 of file RGeomData.hxx.
| std::string ROOT::RGeomNodeBase::name | 
node name
Definition at line 44 of file RGeomData.hxx.
how far in hierarchy depth should be scanned
Definition at line 47 of file RGeomData.hxx.
| int ROOT::RGeomNodeBase::sortid {0} | 
! place in sorted array, to check cuts, or id of original node when used search structures
Definition at line 51 of file RGeomData.hxx.
| int ROOT::RGeomNodeBase::vis {0} | 
visibility flag, 0 - off, 1 - only when level==0, 99 - always
Definition at line 46 of file RGeomData.hxx.