VIP: Volume Image Processing


nomen_def.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/nomen.h * TYPE : Header
4 * AUTHOR : Frouin V. * CREATION : 20/09/1999
5 * VERSION : 1.5 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Sun SPARC
8 *****************************************************************************
9 *
10 * DESCRIPTION : header for Nomenclature management
11 *
12 *****************************************************************************
13 *
14 * USED MODULES :
15 *
16 *****************************************************************************
17 * REVISIONS : DATE | AUTHOR | DESCRIPTION
18 *--------------------|--------------|----------------------------------------
19 * / / | |
20 *****************************************************************************/
21
22
23#ifndef VIP_NOMEN_DEF_H
24#define VIP_NOMEN_DEF_H
25
26#ifdef __cplusplus
27 extern "C" {
28#endif
29
30/* general includes ------------------------------------------------------- */
31
32
33/* application includes --------------------------------------------------- */
34
35
36/* extern declaration --------------------------------------------------- */
37#define NO_NAME " No Name"
38#define VIP_NOMEN_INIT_INCR 16
39
40typedef struct {
41 int size;
44 char **dataname;
46
47
48#ifdef __cplusplus
49 }
50#endif
51
52#endif
int * datalabel
Definition nomen_def.h:43
char ** dataname
Definition nomen_def.h:44