![]() |
aimsalgo
5.1.2
Neuroimaging image processing
|
#include <cstdlib>
#include <aims/config/aimsalgo_config.h>
#include <aims/primalsketch/primalSketch.h>
#include <aims/bucket/bucket.h>
#include <aims/graph/graphmanip.h>
#include <aims/mesh/surfacegen.h>
#include <aims/mesh/surfaceOperation.h>
#include <unistd.h>
#include <graph/graph/graph.h>
#include <set>
#include <map>
#include <list>
#include <utility>
#include <math.h>
Go to the source code of this file.
Namespaces | |
aims | |
Functions | |
template<typename T > | |
carto::VolumeRef< short > * | aims::GetSSBlobImage (PrimalSketch< carto::VolumeRef< T >, carto::VolumeRef< T > > *sketch) |
template<int D, class T > | |
TimeTexture< float > | aims::GetSSBlobTexture (PrimalSketch< AimsSurface< D, Void >, Texture< T > > *sketch) |
template<int D, class T > | |
AimsSurfaceTriangle * | aims::GetSSBlobMesh (PrimalSketch< AimsSurface< D, Void >, Texture< T > > *sketch) |
template<typename T > | |
AimsBucket< Void > * | aims::GetSSBlobBucket (PrimalSketch< carto::VolumeRef< T >, carto::VolumeRef< T > > *sketch) |
template<int D, class T > | |
AimsSurfaceTriangle * | aims::GetSSBlobTore (PrimalSketch< AimsSurface< D, Void >, Texture< T > > *sketch) |
template<typename Geom , typename Text > | |
void | aims::AddBlobsToPSGraph (PrimalSketch< Geom, Text > *sketch, Graph *graph) |
template<typename T > | |
void | aims::AddBlobsToPSGraph (PrimalSketch< carto::VolumeRef< T >, carto::VolumeRef< T > > *sketch, Graph *graph) |
template<int D, class T > | |
void | aims::AddBlobsToPSGraph (PrimalSketch< AimsSurface< D, Void >, Texture< T > > *sketch, Graph *graph) |
template<int D, class T > | |
AimsSurfaceTriangle * | aims::GetSSBlobMesh (PrimalSketch< AimsSurface< D, Void >, Texture< T > > *sketch, AimsSurfaceTriangle *mesh) |
template<typename T > | |
AimsBucket< Void > * | aims::GetSSBlobMeshBucket (AimsSurfaceTriangle *mesh) |