Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
JA::Node Struct Reference

#include <G4XXXSGSceneHandler.hh>

Public Member Functions

 Node (PVNodeID pvNodeID=PVNodeID(), G4int index=-1)
 

Data Fields

PVNodeID fPVNodeID
 
G4int fIndex
 
std::vector< Node * > fDaughters
 

Detailed Description

Definition at line 48 of file G4XXXSGSceneHandler.hh.

Constructor & Destructor Documentation

JA::Node::Node ( PVNodeID  pvNodeID = PVNodeID(),
G4int  index = -1 
)
inline

Definition at line 49 of file G4XXXSGSceneHandler.hh.

49  :
50  fPVNodeID(pvNodeID), fIndex(index) {}
PVNodeID fPVNodeID

Field Documentation

std::vector<Node*> JA::Node::fDaughters
G4int JA::Node::fIndex

Definition at line 52 of file G4XXXSGSceneHandler.hh.

Referenced by JA::PrintTree().

PVNodeID JA::Node::fPVNodeID

Definition at line 51 of file G4XXXSGSceneHandler.hh.

Referenced by JA::PrintTree().


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