|
Public Types | |
typedef PointT | PointType |
typedef PointType::ScalarType | ScalarType |
Public Member Functions | |
CubicGaussApproximationWeightFunc (PointType center, ScalarType radius) | |
CubicGaussApproximationWeightFunc (ScalarType radius) | |
ScalarType | operator() (const PointType &p) const |
ScalarType | operator() (ScalarType dist) const |
bool | WeightAndDerivative (const PointType &x, ScalarType *weight, PointType *derivative) |
Definition at line 188 of file WeightFunc.h.
typedef PointT PointType |
Definition at line 191 of file WeightFunc.h.
typedef PointType::ScalarType ScalarType |
Definition at line 192 of file WeightFunc.h.
|
inline |
Definition at line 194 of file WeightFunc.h.
|
inline |
Definition at line 199 of file WeightFunc.h.
|
inline |
Definition at line 208 of file WeightFunc.h.
|
inline |
Definition at line 214 of file WeightFunc.h.
|
inline |
Definition at line 221 of file WeightFunc.h.