Object with full description for drawing geometry It includes list of visible items and list of nodes required to build them.
Definition at line 130 of file REveGeomData.hxx.
Public Attributes | |
| REveGeomConfig * | cfg {nullptr} |
| current configurations More... | |
| std::vector< REveGeomNode * > | nodes |
| all used nodes to display visible items and not known for client More... | |
| int | numnodes {0} |
| total number of nodes in description More... | |
| std::vector< REveGeomVisible > | visibles |
| all visible items More... | |
#include <ROOT/REveGeomData.hxx>
| REveGeomConfig* ROOT::Experimental::REveGeomDrawing::cfg {nullptr} |
current configurations
Definition at line 132 of file REveGeomData.hxx.
| std::vector<REveGeomNode*> ROOT::Experimental::REveGeomDrawing::nodes |
all used nodes to display visible items and not known for client
Definition at line 134 of file REveGeomData.hxx.
| int ROOT::Experimental::REveGeomDrawing::numnodes {0} |
total number of nodes in description
Definition at line 133 of file REveGeomData.hxx.
| std::vector<REveGeomVisible> ROOT::Experimental::REveGeomDrawing::visibles |
all visible items
Definition at line 135 of file REveGeomData.hxx.