#include <GteIntpThinPlateSpline2.h>
Public Member Functions | |
| Real | ComputeFunctional () const |
| IntpThinPlateSpline2 (int numPoints, Real const *X, Real const *Y, Real const *F, Real smooth, bool transformToUnitSquare) | |
| bool | IsInitialized () const |
| Real | operator() (Real x, Real y) const |
Static Private Member Functions | |
| static Real | Kernel (Real t) |
Private Attributes | |
| std::vector< Real > | mA |
| Real | mB [3] |
| bool | mInitialized |
| int | mNumPoints |
| Real | mSmooth |
| std::vector< Real > | mX |
| Real | mXInvRange |
| Real | mXMax |
| Real | mXMin |
| std::vector< Real > | mY |
| Real | mYInvRange |
| Real | mYMax |
| Real | mYMin |
Definition at line 26 of file GteIntpThinPlateSpline2.h.
| gte::IntpThinPlateSpline2< Real >::IntpThinPlateSpline2 | ( | int | numPoints, |
| Real const * | X, | ||
| Real const * | Y, | ||
| Real const * | F, | ||
| Real | smooth, | ||
| bool | transformToUnitSquare | ||
| ) |
Definition at line 73 of file GteIntpThinPlateSpline2.h.
| Real gte::IntpThinPlateSpline2< Real >::ComputeFunctional | ( | ) | const |
Definition at line 254 of file GteIntpThinPlateSpline2.h.
|
inline |
Definition at line 225 of file GteIntpThinPlateSpline2.h.
|
staticprivate |
Definition at line 284 of file GteIntpThinPlateSpline2.h.
| Real gte::IntpThinPlateSpline2< Real >::operator() | ( | Real | x, |
| Real | y | ||
| ) | const |
Definition at line 231 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 61 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 62 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 68 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 53 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 56 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 54 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 65 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 65 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 65 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 55 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 66 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 66 of file GteIntpThinPlateSpline2.h.
|
private |
Definition at line 66 of file GteIntpThinPlateSpline2.h.