3 #include "sbnanaobj/StandardRecord/Proxy/SRProxy.h"
9 return (vol.
xmin < pt.x && pt.x < vol.
xmax &&
10 vol.
ymin < pt.y && pt.y < vol.
ymax &&
17 return (vol.
xmin < fabs(pt.x) && fabs(pt.x) < vol.
xmax &&
18 vol.
ymin < pt.y && pt.y < vol.
ymax &&
bool PtInVolAbsX(const caf::SRVector3DProxy &pt, const FidVol &vol)
bool PtInVol(const caf::SRVector3DProxy &pt, const FidVol &vol)