ATLAS Offline Software
|
Define a simple callback for each volume found, without keeping track of geometrical transforms. More...
#include <GeoVisitVolumes.h>
Public Member Functions | |
virtual | ~IGeoVisitVolumesNoXformAction ()=default |
virtual void | operator() (GeoNodeAction &action, int id, const std::string &name, const GeoVPhysVol *volume)=0 |
Define a simple callback for each volume found, without keeping track of geometrical transforms.
It may be more convenient to use the templated versions below.
Definition at line 56 of file GeoVisitVolumes.h.
|
virtualdefault |
|
pure virtual |
Implemented in GeoVisitVolumesNoXformAction< FUNCTION >.