Visitor to traverse a GeoModel graph and make a callback for each identifier found.
More...
#include <GeoGetIds.h>
Visitor to traverse a GeoModel graph and make a callback for each identifier found.
Definition at line 39 of file GeoGetIds.h.
◆ GeoGetIds()
Definition at line 15 of file GeoGetIds.cxx.
19 setDepthLimit (depthLimit);
◆ handleIdentifierTag()
void GeoGetIds::handleIdentifierTag |
( |
const GeoIdentifierTag * |
idTag | ) |
|
|
overridevirtual |
◆ handleSerialIdentifier()
void GeoGetIds::handleSerialIdentifier |
( |
const GeoSerialIdentifier * |
sI | ) |
|
|
overridevirtual |
◆ handleSerialTransformer()
void GeoGetIds::handleSerialTransformer |
( |
const GeoSerialTransformer * |
sT | ) |
|
|
overridevirtual |
Definition at line 23 of file GeoGetIds.cxx.
27 for (
unsigned int i=0;
i < sT->getNCopies();
i++) {
◆ m_action
◆ m_serialIdentifier
const GeoSerialIdentifier* GeoGetIds::m_serialIdentifier = nullptr |
|
private |
The documentation for this class was generated from the following files: