![]() |
aimsalgo 6.0.0
Neuroimaging image processing
|
#include <aims/mesh/texture.h>#include <aims/mesh/surface.h>#include <set>#include <list>#include <map>#include <aims/distancemap/stlsort.h>

Go to the source code of this file.
Namespaces | |
| namespace | aims |
| namespace | aims::meshdistance |
Functions | |
| TimeTexture< short > | aims::meshdistance::MeshVoronoiStepbyStep (const AimsSurface< 3, Void > &mesh, const Texture< short > &inittex, float dist, bool connexity, bool object) |
| Texture< short > | aims::meshdistance::MeshVoronoi (const AimsSurface< 3, Void > &mesh, const Texture< short > &inittex, float dist, bool connexity, bool object) |
| template<class T> | |
| Texture< T > | aims::meshdistance::MeshVoronoiT (const AimsSurface< 3, Void > &mesh, const Texture< T > &inittex, const T &Back, const T &For, float dist, bool connexity, bool object) |
| Compute a geodesic voronoi diagram (dist = MAX_FLOAT,object=true ) of objects defined in inittex. | |