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.
18{
19 setDepthLimit (depthLimit);
20}
IGeoGetIdsAction & m_action
◆ handleIdentifierTag()
| void GeoGetIds::handleIdentifierTag |
( |
const GeoIdentifierTag * | idTag | ) |
|
|
overridevirtual |
Definition at line 34 of file GeoGetIds.cxx.
35{
38}
const GeoSerialIdentifier * m_serialIdentifier
◆ handleSerialIdentifier()
| void GeoGetIds::handleSerialIdentifier |
( |
const GeoSerialIdentifier * | sI | ) |
|
|
overridevirtual |
◆ handleSerialTransformer()
| void GeoGetIds::handleSerialTransformer |
( |
const GeoSerialTransformer * | sT | ) |
|
|
overridevirtual |
Definition at line 23 of file GeoGetIds.cxx.
24{
27 for (
unsigned int i=0;
i < sT->getNCopies();
i++) {
29 }
30 }
31}
◆ m_action
◆ m_serialIdentifier
| const GeoSerialIdentifier* GeoGetIds::m_serialIdentifier = nullptr |
|
private |
The documentation for this class was generated from the following files: