32 Real
value(Real t,
const Point &
p)
const override;
38 RealGradient
gradient(Real t,
const Point &
p)
const override;
const InputParameters & parameters() const
Computes the signed distance to a surface mesh using KDTree nearest neighbor lookup from SBMSurfaceMe...
Real value(Real t, const Point &p) const override
static InputParameters validParams()
RealGradient gradient(Real t, const Point &p) const override
Return the spatial gradient of the signed distance function.
void initialSetup() override
const PointInSurfaceCheckInterface * _in_out_test
user object for in-out test
Computes the unsigned distance to a surface mesh using KDTree nearest neighbor lookup from SBMSurface...
Real value(Real t, const Point &p) const override
Return unsigned distance value.