Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::RGeomDrawing 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 177 of file RGeomData.hxx.

Public Attributes

RGeomConfigcfg {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< RGeomVisiblevisibles
 all visible items
 

#include <ROOT/RGeomData.hxx>

Member Data Documentation

◆ cfg

RGeomConfig* ROOT::RGeomDrawing::cfg {nullptr}

current configurations

Definition at line 179 of file RGeomData.hxx.

◆ nodes

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.

◆ numnodes

int ROOT::RGeomDrawing::numnodes {0}

total number of nodes in description

Definition at line 180 of file RGeomData.hxx.

◆ visibles

std::vector<RGeomVisible> ROOT::RGeomDrawing::visibles

all visible items

Definition at line 182 of file RGeomData.hxx.

Libraries for ROOT::RGeomDrawing:

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