Logo ROOT  
Reference Guide
ROOT::Experimental::REveGeomNodeBase Class Reference

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< intchlds
 list of childs id More...
 
std::string color
 rgb code without rgb() prefix More...
 
int id {0}
 node id, index in array More...
 
std::string name
 node name More...
 
bool nochlds {false}
 how far in hierarchy depth should be scanned More...
 
int sortid {0}
 ! place in sorted array, to check cuts, or id of original node when used search structures More...
 
int vis {0}
 visibility flag, 0 - off, 1 - only when level==0, 99 - always More...
 

#include <ROOT/REveGeomData.hxx>

Inheritance diagram for ROOT::Experimental::REveGeomNodeBase:
[legend]

Constructor & Destructor Documentation

◆ REveGeomNodeBase()

ROOT::Experimental::REveGeomNodeBase::REveGeomNodeBase ( int  _id = 0)
inline

Definition at line 49 of file REveGeomData.hxx.

Member Function Documentation

◆ IsVisible()

bool ROOT::Experimental::REveGeomNodeBase::IsVisible ( ) const
inline

Definition at line 51 of file REveGeomData.hxx.

Member Data Documentation

◆ chlds

std::vector<int> ROOT::Experimental::REveGeomNodeBase::chlds

list of childs id

Definition at line 42 of file REveGeomData.hxx.

◆ color

std::string ROOT::Experimental::REveGeomNodeBase::color

rgb code without rgb() prefix

Definition at line 46 of file REveGeomData.hxx.

◆ id

int ROOT::Experimental::REveGeomNodeBase::id {0}

node id, index in array

Definition at line 40 of file REveGeomData.hxx.

◆ name

std::string ROOT::Experimental::REveGeomNodeBase::name

node name

Definition at line 41 of file REveGeomData.hxx.

◆ nochlds

bool ROOT::Experimental::REveGeomNodeBase::nochlds {false}

how far in hierarchy depth should be scanned

Definition at line 44 of file REveGeomData.hxx.

◆ sortid

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.

◆ vis

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.

Libraries for ROOT::Experimental::REveGeomNodeBase:
[legend]

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