ATLAS Offline Software
Public Member Functions | List of all members
IGeoVisitVolumesNoXformAction Class Referenceabstract

Define a simple callback for each volume found, without keeping track of geometrical transforms. More...

#include <GeoVisitVolumes.h>

Inheritance diagram for IGeoVisitVolumesNoXformAction:
Collaboration diagram for IGeoVisitVolumesNoXformAction:

Public Member Functions

virtual ~IGeoVisitVolumesNoXformAction ()=default
 
virtual void operator() (GeoNodeAction &action, int id, const std::string &name, const GeoVPhysVol *volume)=0
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~IGeoVisitVolumesNoXformAction()

virtual IGeoVisitVolumesNoXformAction::~IGeoVisitVolumesNoXformAction ( )
virtualdefault

Member Function Documentation

◆ operator()()

virtual void IGeoVisitVolumesNoXformAction::operator() ( GeoNodeAction &  action,
int  id,
const std::string &  name,
const GeoVPhysVol *  volume 
)
pure virtual

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