cortical_surface
5.0.5
|
#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.
References isInTriangle(), TimeTexture< T >::item(), nearestNeighbour(), TimeTexture< T >::nItem(), nt, remeshSourceToTarget(), and sendTextureToTarget().
int aims::Mesh2mesh::isInTriangle | ( | float | x, |
float | y, | ||
uint | i | ||
) |
Definition at line 173 of file meshToMeshResample.h.
Referenced by Mesh2mesh(), and sendTextureToTarget().
uint aims::Mesh2mesh::nearestNeighbour | ( | float | x, |
float | y | ||
) |
Definition at line 204 of file meshToMeshResample.h.
Referenced by Mesh2mesh(), and sendTextureToTarget().
AimsSurfaceTriangle aims::Mesh2mesh::remeshSourceToTarget | ( | ) |
Definition at line 314 of file meshToMeshResample.h.
References TimeTexture< T >::item(), and sendTextureToTarget().
Referenced by Mesh2mesh().
TimeTexture< float > aims::Mesh2mesh::sendTextureToTarget | ( | TimeTexture< float > | text | ) |
Definition at line 223 of file meshToMeshResample.h.
References isInTriangle(), TimeTexture< T >::item(), and nearestNeighbour().
Referenced by Mesh2mesh(), and remeshSourceToTarget().