Object with full description for drawing geometry It includes list of visible items and list of nodes required to build them.
Definition at line 177 of file RGeomData.hxx.
Public Attributes | |
RGeomConfig * | cfg {nullptr} |
current configurations | |
std::vector< RGeomNode * > | nodes |
all used nodes to display visible items and not known for client | |
int | numnodes {0} |
total number of nodes in description | |
std::vector< RGeomVisible > | visibles |
all visible items | |
#include <ROOT/RGeomData.hxx>
RGeomConfig* ROOT::RGeomDrawing::cfg {nullptr} |
current configurations
Definition at line 179 of file RGeomData.hxx.
std::vector<RGeomNode*> ROOT::RGeomDrawing::nodes |
all used nodes to display visible items and not known for client
Definition at line 181 of file RGeomData.hxx.
int ROOT::RGeomDrawing::numnodes {0} |
total number of nodes in description
Definition at line 180 of file RGeomData.hxx.
std::vector<RGeomVisible> ROOT::RGeomDrawing::visibles |
all visible items
Definition at line 182 of file RGeomData.hxx.