Public Member Functions | Public Attributes | List of all members
gar::geo::ROOTGeoNodeForwardIterator::NodeInfo_t Struct Reference

#include <GeometryCore.h>

Public Member Functions

 NodeInfo_t (Node_t new_self, int new_sibling)
 

Public Attributes

Node_t self
 
int sibling
 

Detailed Description

Definition at line 1326 of file GeometryCore.h.

Constructor & Destructor Documentation

gar::geo::ROOTGeoNodeForwardIterator::NodeInfo_t::NodeInfo_t ( Node_t  new_self,
int  new_sibling 
)
inline

Definition at line 1328 of file GeometryCore.h.

1329  : self(new_self), sibling(new_sibling) {}

Member Data Documentation

Node_t gar::geo::ROOTGeoNodeForwardIterator::NodeInfo_t::self

Definition at line 1327 of file GeometryCore.h.

int gar::geo::ROOTGeoNodeForwardIterator::NodeInfo_t::sibling

Definition at line 1327 of file GeometryCore.h.


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