VIP: Volume Image Processing


fold_arg_io.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/06/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_FOLD_ARG_IO_H
23#define VIP_FOLD_ARG_IO_H
24
25#ifdef __cplusplus
26 extern "C" {
27#endif
28
29/*-------------------------------------------------------------------------*/
31FoldArg *arg,
32char *name);
33/*-------------------------------------------------------------------------*/
34
35/*-------------------------------------------------------------------------*/
36extern int VipWriteGenericFoldArg(FoldArg *arg ,char *name);
37/*-------------------------------------------------------------------------*/
38
39/*-------------------------------------------------------------------------*/
41 PliDePassageSet *ppset,
42 char *name);
43/*-------------------------------------------------------------------------*/
44
45/*-------------------------------------------------------------------------*/
47 PliDePassageSet *ppset,
48 char *name,
49 char *shortname,
50 Vip3DPoint_VFLOAT voxsize);
51/*-------------------------------------------------------------------------*/
52
53/*-------------------------------------------------------------------------*/
55char *name,
56SurfaceSimpleList *sslist);
57/*-------------------------------------------------------------------------*/
58
59/*-------------------------------------------------------------------------*/
62 char *name,
63 char *shortname,
64 Vip3DPoint_VFLOAT voxsize);
65/*-------------------------------------------------------------------------*/
66
67/*-------------------------------------------------------------------------*/
69 JunctionSet *jset,
70 char *name,
71 char *shortname,
72 Vip3DPoint_VFLOAT voxsize);
73/*-------------------------------------------------------------------------*/
74
75/*-------------------------------------------------------------------------*/
77 SurfaceSimpleList *sslist,
78 char *name,
79 char *shortname,
80 Vip3DPoint_VFLOAT voxsize);
81/*-------------------------------------------------------------------------*/
82/*-------------------------------------------------------------------------*/
84 FoldArg *arg,
85 char *name,
86 char *shortname);
87/*-------------------------------------------------------------------------*/
88/*-------------------------------------------------------------------------*/
90char *name);
91/*-------------------------------------------------------------------------*/
92/*-------------------------------------------------------------------------*/
94char *name);
95/*-------------------------------------------------------------------------*/
96/*-------------------------------------------------------------------------*/
98char *name,
99SurfaceSimpleList *sslist);
100/*-------------------------------------------------------------------------*/
101/*-------------------------------------------------------------------------*/
103char *name,
104SurfaceSimpleList *sslist);
105/*-------------------------------------------------------------------------*/
106/*-------------------------------------------------------------------------*/
107extern int VipWriteOldFoldArg(FoldArg *arg ,char *name);
108/*-------------------------------------------------------------------------*/
109
110/*-------------------------------------------------------------------------*/
112 SurfaceSimpleList *sslist,
113 char *name);
114/*-------------------------------------------------------------------------*/
115
116/*-------------------------------------------------------------------------*/
118 JunctionSet *jset,
119 char *name);
120/*-------------------------------------------------------------------------*/
121
122/*-------------------------------------------------------------------------*/
124 CortexRelationSet *jset,
125 char *name);
126/*-------------------------------------------------------------------------*/
127
128/*-------------------------------------------------------------------------*/
130 FoldArg *arg,
131 char *name);
132/*-------------------------------------------------------------------------*/
133#ifdef __cplusplus
134 }
135#endif
136
137#endif
struct cortexrelationset CortexRelationSet
struct fold_arg FoldArg
int VipWriteOldJunctionSet(JunctionSet *jset, char *name)
int VipReadOldARGtoRef(FoldArg *arg, char *name)
SurfaceSimpleList * VipReadOldSSfile(char *name)
int VipWriteOldARGtoRef(FoldArg *arg, char *name)
int VipWriteGenericFoldArg(FoldArg *arg, char *name)
int VipWriteGenericCortexRelationSet(CortexRelationSet *jset, char *name, char *shortname, Vip3DPoint_VFLOAT voxsize)
int VipWriteGenericPliDePassageSet(PliDePassageSet *ppset, char *name, char *shortname, Vip3DPoint_VFLOAT voxsize)
int VipWriteGenericSSfile(SurfaceSimpleList *sslist, char *name, char *shortname, Vip3DPoint_VFLOAT voxsize)
CortexRelationSet * VipReadOldCortexRelationSet(char *name, SurfaceSimpleList *sslist)
int VipWriteGenericARGtoRef(FoldArg *arg, char *name, char *shortname)
int VipWriteOldSSfile(SurfaceSimpleList *sslist, char *name)
PliDePassageSet * VipReadOldPliDePassageSet(char *name, SurfaceSimpleList *sslist)
int VipWriteOldFoldArg(FoldArg *arg, char *name)
int VipWriteOldPliDePassageSet(PliDePassageSet *ppset, char *name)
int VipWriteOldCortexRelationSet(CortexRelationSet *jset, char *name)
FoldArg * VipReadOldFoldArg(char *name)
JunctionSet * VipReadOldJunctionSet(char *name, SurfaceSimpleList *sslist)
int VipWriteGenericJunctionSet(JunctionSet *jset, char *name, char *shortname, Vip3DPoint_VFLOAT voxsize)
struct junctionset JunctionSet
struct plidepassageset PliDePassageSet
struct surfacesimplelist SurfaceSimpleList