ATLAS Offline Software
|
Visitor to collect all IDs under a GeoModel node. More...
Go to the source code of this file.
Classes | |
class | IGeoGetIdsAction |
Ensure that the extensions for the Vector3D are properly loaded. More... | |
class | GeoGetIds |
Visitor to traverse a GeoModel graph and make a callback for each identifier found. More... | |
class | GeoGetIdsAction< FUNCTION > |
Callback object calling a templated functional. More... | |
Functions | |
template<class FUNCTION > | |
void | geoGetIds (FUNCTION f, const GeoGraphNode *node, int depthLimit=1) |
Template helper for running the visitor. More... | |
void geoGetIds | ( | FUNCTION | f, |
const GeoGraphNode * | node, | ||
int | depthLimit = 1 |
||
) |
Template helper for running the visitor.
Example:
Definition at line 82 of file GeoGetIds.h.