VIP: Volume Image Processing


cortex_rel.h
Go to the documentation of this file.
1/****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/fold_arg * TYPE : Header
4 * AUTHOR : MANGIN J-F * CREATION : 02/03/1999
5 * VERSION : 1.4 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Linux
8 ****************************************************************************
9 *
10 * DESCRIPTION : recuperation du format de graphe relationnel
11 * attribue sur les plis corticaux de la these de JF Mangin
12 *
13 ****************************************************************************
14 *
15 *
16 ****************************************************************************
17 * REVISIONS : DATE | AUTHOR | DESCRIPTION
18 *--------------------|--------------|---------------------------------------
19 * / / | |
20 ****************************************************************************/
21
22#ifndef VIP_CORTEX_REL_H
23#define VIP_CORTEX_REL_H
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29 typedef struct cortexbirelation {
30 int index1;
31 int index2;
34 float size; /*skiz junction point number*/
36 float surface; /*second voronoi influence zones*/
40 Vip3DPoint_S16BIT SS1nearest;
42 Vip3DPoint_VFLOAT refSS1nearest;
44 Vip3DPoint_S16BIT SS2nearest;
46 Vip3DPoint_VFLOAT refSS2nearest;
49 Vip3DBucket_S16BIT *skiz;
51
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif
struct cortexrelationset CortexRelationSet
struct cortexbirelation CortexBiRelation
Vip3DPoint_VFLOAT refSS2nearest
Definition cortex_rel.h:46
Vip3DBucket_S16BIT * skiz
Definition cortex_rel.h:49
struct surfacesimple * s2
Definition cortex_rel.h:33
Vip3DPoint_S16BIT SS2nearest
Definition cortex_rel.h:44
struct cortexbirelation * next
Definition cortex_rel.h:48
Vip3DPoint_VFLOAT refSS1nearest
Definition cortex_rel.h:42
Vip3DPoint_S16BIT SS1nearest
Definition cortex_rel.h:40
float hulljunctiondist
Definition cortex_rel.h:38
struct surfacesimple * s1
Definition cortex_rel.h:32
int hulljunctiondist_filled
Definition cortex_rel.h:39
CortexBiRelation * first_bi
Definition cortex_rel.h:54