#include <GteIntpLinearNonuniform3.h>
Public Member Functions | |
| IntpLinearNonuniform3 (TetrahedronMesh const &mesh, Real const *F) | |
| bool | operator() (Vector3< Real > const &P, Real &F) const |
Private Attributes | |
| Real const * | mF |
| TetrahedronMesh const * | mMesh |
Definition at line 27 of file GteIntpLinearNonuniform3.h.
| gte::IntpLinearNonuniform3< Real, TetrahedronMesh >::IntpLinearNonuniform3 | ( | TetrahedronMesh const & | mesh, |
| Real const * | F | ||
| ) |
Definition at line 45 of file GteIntpLinearNonuniform3.h.
| bool gte::IntpLinearNonuniform3< Real, TetrahedronMesh >::operator() | ( | Vector3< Real > const & | P, |
| Real & | F | ||
| ) | const |
Definition at line 55 of file GteIntpLinearNonuniform3.h.
|
private |
Definition at line 40 of file GteIntpLinearNonuniform3.h.
|
private |
Definition at line 39 of file GteIntpLinearNonuniform3.h.