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 | |
RGeomRenderInfo * | ri {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>
std::string ROOT::RGeomNodeInfo::node_name |
node name
Definition at line 191 of file RGeomData.hxx.
std::string ROOT::RGeomNodeInfo::node_type |
node class name
Definition at line 190 of file RGeomData.hxx.
std::vector<std::string> ROOT::RGeomNodeInfo::path |
full path to node
Definition at line 189 of file RGeomData.hxx.
RGeomRenderInfo* ROOT::RGeomNodeInfo::ri {nullptr} |
rendering information (if applicable)
Definition at line 195 of file RGeomData.hxx.
std::string ROOT::RGeomNodeInfo::shape_name |
shape class name (if any)
Definition at line 193 of file RGeomData.hxx.
std::string ROOT::RGeomNodeInfo::shape_type |
shape type (if any)
Definition at line 192 of file RGeomData.hxx.