#include <GteIntpVectorField2.h>
Public Member Functions | |
| IntpVectorField2 (int numPoints, Vector2< InputType > const *domain, Vector2< InputType > const *range) | |
| bool | operator() (Vector2< InputType > const &input, Vector2< InputType > &output) const |
| ~IntpVectorField2 () | |
Protected Types | |
| typedef Delaunay2Mesh< InputType, ComputeType, RationalType > | TriangleMesh |
Protected Attributes | |
| Delaunay2< InputType, ComputeType > | mDelaunay |
| TriangleMesh | mMesh |
| std::unique_ptr< IntpQuadraticNonuniform2< InputType, TriangleMesh > > | mXInterp |
| std::vector< InputType > | mXRange |
| std::unique_ptr< IntpQuadraticNonuniform2< InputType, TriangleMesh > > | mYInterp |
| std::vector< InputType > | mYRange |
Definition at line 21 of file GteIntpVectorField2.h.
|
protected |
Definition at line 36 of file GteIntpVectorField2.h.
| gte::IntpVectorField2< InputType, ComputeType, RationalType >::~IntpVectorField2 | ( | ) |
Definition at line 48 of file GteIntpVectorField2.h.
| gte::IntpVectorField2< InputType, ComputeType, RationalType >::IntpVectorField2 | ( | int | numPoints, |
| Vector2< InputType > const * | domain, | ||
| Vector2< InputType > const * | range | ||
| ) |
Definition at line 53 of file GteIntpVectorField2.h.
| bool gte::IntpVectorField2< InputType, ComputeType, RationalType >::operator() | ( | Vector2< InputType > const & | input, |
| Vector2< InputType > & | output | ||
| ) | const |
Definition at line 84 of file GteIntpVectorField2.h.
|
protected |
Definition at line 37 of file GteIntpVectorField2.h.
|
protected |
Definition at line 38 of file GteIntpVectorField2.h.
|
protected |
Definition at line 42 of file GteIntpVectorField2.h.
|
protected |
Definition at line 40 of file GteIntpVectorField2.h.
|
protected |
Definition at line 43 of file GteIntpVectorField2.h.
|
protected |
Definition at line 41 of file GteIntpVectorField2.h.