Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::REveGeomDrawing Class Reference

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

REveGeomConfigcfg {nullptr}
 current configurations
 
std::vector< REveGeomNode * > nodes
 all used nodes to display visible items and not known for client
 
int numnodes {0}
 total number of nodes in description
 
std::vector< REveGeomVisiblevisibles
 all visible items
 

#include <ROOT/REveGeomData.hxx>

Member Data Documentation

◆ cfg

REveGeomConfig* ROOT::Experimental::REveGeomDrawing::cfg {nullptr}

current configurations

Definition at line 132 of file REveGeomData.hxx.

◆ nodes

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.

◆ numnodes

int ROOT::Experimental::REveGeomDrawing::numnodes {0}

total number of nodes in description

Definition at line 133 of file REveGeomData.hxx.

◆ visibles

std::vector<REveGeomVisible> ROOT::Experimental::REveGeomDrawing::visibles

all visible items

Definition at line 135 of file REveGeomData.hxx.

Libraries for ROOT::Experimental::REveGeomDrawing:

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