#include <GteIntpQuadraticNonuniform2.h>
Classes | |
class | Jet |
class | TriangleData |
Public Member Functions | |
IntpQuadraticNonuniform2 (TriangleMesh const &mesh, Real const *F, Real spatialDelta) | |
IntpQuadraticNonuniform2 (TriangleMesh const &mesh, Real const *F, Real const *FX, Real const *FY) | |
bool | operator() (Vector2< Real > const &P, Real &F, Real &FX, Real &FY) const |
Private Member Functions | |
void | ComputeCoefficients (int t) |
void | ComputeCrossEdgeIntersections (int t) |
void | EstimateDerivatives (Real spatialDelta) |
void | ProcessTriangles () |
Private Attributes | |
Real const * | mF |
Real const * | mFX |
std::vector< Real > | mFXStorage |
Real const * | mFY |
std::vector< Real > | mFYStorage |
TriangleMesh const * | mMesh |
std::vector< TriangleData > | mTData |
Definition at line 39 of file GteIntpQuadraticNonuniform2.h.
gte::IntpQuadraticNonuniform2< Real, TriangleMesh >::IntpQuadraticNonuniform2 | ( | TriangleMesh const & | mesh, |
Real const * | F, | ||
Real | spatialDelta | ||
) |
Definition at line 95 of file GteIntpQuadraticNonuniform2.h.
gte::IntpQuadraticNonuniform2< Real, TriangleMesh >::IntpQuadraticNonuniform2 | ( | TriangleMesh const & | mesh, |
Real const * | F, | ||
Real const * | FX, | ||
Real const * | FY | ||
) |
Definition at line 108 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 381 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 345 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 242 of file GteIntpQuadraticNonuniform2.h.
bool gte::IntpQuadraticNonuniform2< Real, TriangleMesh >::operator() | ( | Vector2< Real > const & | P, |
Real & | F, | ||
Real & | FX, | ||
Real & | FY | ||
) | const |
Definition at line 120 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 308 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 85 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 86 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 88 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 87 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 89 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 84 of file GteIntpQuadraticNonuniform2.h.
|
private |
Definition at line 90 of file GteIntpQuadraticNonuniform2.h.