#include <volumeHandle.h>
Public Member Functions | |
double | operator() (const volumeHandle *v) const |
Definition at line 191 of file volumeHandle.h.
double MagGeoBuilderFromDDD::ExtractPhi::operator() | ( | const volumeHandle * | v | ) | const [inline] |
Definition at line 192 of file volumeHandle.h.
References MagGeoBuilderFromDDD::volumeHandle::center(), and PV3DBase< T, PVType, FrameType >::phi().
{ // note that Geom::Phi is implicitly converted to double. // Periodicity is guaranteed. return v->center().phi(); }