Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::RGeomNodeInfo Class Reference

Node information including rendering data.

Definition at line 187 of file RGeomData.hxx.

Public Attributes

std::string node_name
 node name
 
std::string node_type
 node class name
 
std::vector< std::string > path
 full path to node
 
RGeomRenderInfori {nullptr}
 rendering information (if applicable)
 
std::string shape_name
 shape class name (if any)
 
std::string shape_type
 shape type (if any)
 

#include <ROOT/RGeomData.hxx>

Member Data Documentation

◆ node_name

std::string ROOT::RGeomNodeInfo::node_name

node name

Definition at line 191 of file RGeomData.hxx.

◆ node_type

std::string ROOT::RGeomNodeInfo::node_type

node class name

Definition at line 190 of file RGeomData.hxx.

◆ path

std::vector<std::string> ROOT::RGeomNodeInfo::path

full path to node

Definition at line 189 of file RGeomData.hxx.

◆ ri

RGeomRenderInfo* ROOT::RGeomNodeInfo::ri {nullptr}

rendering information (if applicable)

Definition at line 195 of file RGeomData.hxx.

◆ shape_name

std::string ROOT::RGeomNodeInfo::shape_name

shape class name (if any)

Definition at line 193 of file RGeomData.hxx.

◆ shape_type

std::string ROOT::RGeomNodeInfo::shape_type

shape type (if any)

Definition at line 192 of file RGeomData.hxx.

Libraries for ROOT::RGeomNodeInfo:

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