Object with full description for drawing geometry It includes list of visible items and list of nodes required to build them.
Definition at line 127 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::Experimental::RGeomDrawing::cfg {nullptr} |
current configurations
Definition at line 129 of file RGeomData.hxx.
std::vector<RGeomNode*> ROOT::Experimental::RGeomDrawing::nodes |
all used nodes to display visible items and not known for client
Definition at line 131 of file RGeomData.hxx.
int ROOT::Experimental::RGeomDrawing::numnodes {0} |
total number of nodes in description
Definition at line 130 of file RGeomData.hxx.
std::vector<RGeomVisible> ROOT::Experimental::RGeomDrawing::visibles |
all visible items
Definition at line 132 of file RGeomData.hxx.