#include <volumeHandle.h>
Public Member Functions | |
double | operator() (const volumeHandle *v) const |
Definition at line 183 of file volumeHandle.h.
double MagGeoBuilderFromDDD::ExtractAbsZ::operator() | ( | const volumeHandle * | v | ) | const [inline] |
Definition at line 184 of file volumeHandle.h.
References MagGeoBuilderFromDDD::volumeHandle::center(), and PV3DBase< T, PVType, FrameType >::z().
{ return fabs(v->center().z()); }