|
cortical_surface 6.0.0
|
#include <cortical_surface/mesh/meshToMeshResample.h>
Public Member Functions | |
| Mesh2mesh (AimsSurfaceTriangle source, AimsSurfaceTriangle target, TimeTexture< float > sx, TimeTexture< float > sy, TimeTexture< float > tx, TimeTexture< float > ty, float period) | |
| TimeTexture< float > | sendTextureToTarget (TimeTexture< float > text) |
| int | isInTriangle (float x, float y, uint i) |
| uint | nearestNeighbour (float x, float y) |
| AimsSurfaceTriangle | remeshSourceToTarget () |
Definition at line 21 of file meshToMeshResample.h.
|
inline |
Definition at line 25 of file meshToMeshResample.h.
| int aims::Mesh2mesh::isInTriangle | ( | float | x, |
| float | y, | ||
| uint | i ) |
Definition at line 173 of file meshToMeshResample.h.
Referenced by sendTextureToTarget().
| uint aims::Mesh2mesh::nearestNeighbour | ( | float | x, |
| float | y ) |
Definition at line 204 of file meshToMeshResample.h.
Referenced by sendTextureToTarget().
| AimsSurfaceTriangle aims::Mesh2mesh::remeshSourceToTarget | ( | ) |
Definition at line 314 of file meshToMeshResample.h.
References TimeTexture< class T >::item(), and sendTextureToTarget().
| TimeTexture< float > aims::Mesh2mesh::sendTextureToTarget | ( | TimeTexture< float > | text | ) |
Definition at line 223 of file meshToMeshResample.h.
References isInTriangle(), TimeTexture< class T >::item(), and nearestNeighbour().
Referenced by remeshSourceToTarget().