#include <GteIntpLinearNonuniform2.h>
Public Member Functions | |
| IntpLinearNonuniform2 (TriangleMesh const &mesh, Real const *F) | |
| bool | operator() (Vector2< Real > const &P, Real &F) const |
Private Attributes | |
| Real const * | mF |
| TriangleMesh const * | mMesh |
Definition at line 28 of file GteIntpLinearNonuniform2.h.
| gte::IntpLinearNonuniform2< Real, TriangleMesh >::IntpLinearNonuniform2 | ( | TriangleMesh const & | mesh, |
| Real const * | F | ||
| ) |
Definition at line 46 of file GteIntpLinearNonuniform2.h.
| bool gte::IntpLinearNonuniform2< Real, TriangleMesh >::operator() | ( | Vector2< Real > const & | P, |
| Real & | F | ||
| ) | const |
Definition at line 56 of file GteIntpLinearNonuniform2.h.
|
private |
Definition at line 41 of file GteIntpLinearNonuniform2.h.
|
private |
Definition at line 40 of file GteIntpLinearNonuniform2.h.