|
cortical_surface 6.0.0
|
#include <cortical_surface/surfacereferential/shortestPath.h>
Public Member Functions | |
| GraphPath () | |
| float | getLongueur (TimeTexture< Val > &tex, AimsSurfaceTriangle &initmesh, Val value, int dep, int arr) |
| TimeTexture< Val > | process (TimeTexture< Val > &tex, AimsSurfaceTriangle &initmesh, Val value, int dep, int arr) |
Definition at line 25 of file shortestPath.h.
|
inline |
Definition at line 30 of file shortestPath.h.
| float aims::GraphPath< Val >::getLongueur | ( | TimeTexture< Val > & | tex, |
| AimsSurfaceTriangle & | initmesh, | ||
| Val | value, | ||
| int | dep, | ||
| int | arr ) |
Definition at line 134 of file shortestPath.h.
References process().
| TimeTexture< Val > aims::GraphPath< Val >::process | ( | TimeTexture< Val > & | tex, |
| AimsSurfaceTriangle & | initmesh, | ||
| Val | value, | ||
| int | dep, | ||
| int | arr ) |
Definition at line 44 of file shortestPath.h.
References Texture< class T >::item(), TimeTexture< class T >::item(), aims::meshdistance::MeshDistance(), aims::SurfaceManip::surfaceNeighbours(), and aims::Writer< class T >::write().
Referenced by getLongueur().