#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <limits.h>
#include <errno.h>
#include <math.h>
#include <vip/bucket.h>
#include <vip/depla.h>
#include <vip/talairach.h>
#include <vip/fold_arg/junction.h>
#include <vip/fold_arg/cortex_rel.h>
#include <vip/fold_arg/plidepassage.h>
#include <vip/fold_arg/simplesurface.h>
#include <vip/fold_arg/attribut.h>
#include <vip/fold_arg/fold_arg_io.h>
Go to the source code of this file.
|
| int | VipUnhookBijunctionFromJset (BiJunction *ToUnhook, JunctionSet *jset) |
| |
| JunctionSet * | VipComputeFoldArgJunctionSet (Volume *vol, SurfaceSimpleList *sslist, int inside, int outside) |
| |
| CortexRelationSet * | VipComputeFoldArgCortexRelationSet (Volume *vol, SurfaceSimpleList *sslist) |
| |
| FoldArg * | CreateFoldArgFromSquel (char *name, Volume *skeleton, int inside, int outside, int limitsssize, int compute_triang, char *rootsvoronoi_name) |
| |
| FoldArg * | CreateEmptyFoldArg (char *name) |
| |
| PliDePassageSet * | VipComputeFoldArgPliDePassageSet (SurfaceSimpleList *sslist, JunctionSet *jset) |
| |
| PliDePassage * | CreatePliDePassage (int index1, int index2, Vip3DBucket_S16BIT *buck, SurfaceSimpleList *sslist) |
| |
| int | FillSSListPliDePassagePtr (SurfaceSimpleList *ss_list, PliDePassageSet *ppset) |
| |
| int | VipComputeTmtkTriangulation (Volume *skeleton, FoldArg *arg) |
| |
| int | VipComputeFoldArgSemanticAttributes (Volume *skeleton, FoldArg *arg, int inside, int outside, VipTalairach *tal) |
| |
| int | VipComputeSSAttributes (Volume *depth, FoldArg *arg, VipTalairach *tal) |
| |
| int | VipComputeJunctionAttributes (Volume *depth, FoldArg *arg, VipTalairach *tal) |
| |
| int | VipComputePliDePassageAttributes (Volume *depth, FoldArg *arg, VipTalairach *tal) |
| |
| int | VipComputeCortexRelationAttributes (Volume *depth, FoldArg *arg, VipTalairach *tal) |
| |
◆ FORBIDEN_JUNCTION
| #define FORBIDEN_JUNCTION 99 |
◆ HULL_SURFACE [1/2]
◆ HULL_SURFACE [2/2]
◆ HULL_SURFACE_INDEX [1/2]
| #define HULL_SURFACE_INDEX 0 |
◆ HULL_SURFACE_INDEX [2/2]
| #define HULL_SURFACE_INDEX 0 |
◆ FoldArg
◆ CreateEmptyFoldArg()
| FoldArg * CreateEmptyFoldArg |
( |
char * | name | ) |
|
|
extern |
◆ CreateFoldArgFromSquel()
| FoldArg * CreateFoldArgFromSquel |
( |
char * | name, |
|
|
Volume * | skeleton, |
|
|
int | inside, |
|
|
int | outside, |
|
|
int | limitsssize, |
|
|
int | compute_triang, |
|
|
char * | rootsvoronoi_name ) |
|
extern |
◆ CreatePliDePassage()
◆ FillSSListPliDePassagePtr()
◆ VipComputeCortexRelationAttributes()
◆ VipComputeFoldArgCortexRelationSet()
◆ VipComputeFoldArgJunctionSet()
◆ VipComputeFoldArgPliDePassageSet()
◆ VipComputeFoldArgSemanticAttributes()
◆ VipComputeJunctionAttributes()
◆ VipComputePliDePassageAttributes()
◆ VipComputeSSAttributes()
◆ VipComputeTmtkTriangulation()
| int VipComputeTmtkTriangulation |
( |
Volume * | skeleton, |
|
|
FoldArg * | arg ) |
|
extern |
◆ VipUnhookBijunctionFromJset()