|
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 181 of file WeightFunc.h.
typedef PointT PointType |
Definition at line 184 of file WeightFunc.h.
typedef PointType::ScalarType ScalarType |
Definition at line 185 of file WeightFunc.h.
|
inline |
Definition at line 187 of file WeightFunc.h.
|
inline |
Definition at line 193 of file WeightFunc.h.
|
inline |
Definition at line 201 of file WeightFunc.h.
|
inline |
Definition at line 206 of file WeightFunc.h.
|
inline |
Definition at line 213 of file WeightFunc.h.