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
40
typedef
struct
{
41
int
size
;
42
int
capacity
;
43
int
*
datalabel
;
44
char
**
dataname
;
45
}
VipNomenList
;
46
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
VipNomenList
Definition
nomen_def.h:40
VipNomenList::size
int size
Definition
nomen_def.h:41
VipNomenList::datalabel
int * datalabel
Definition
nomen_def.h:43
VipNomenList::capacity
int capacity
Definition
nomen_def.h:42
VipNomenList::dataname
char ** dataname
Definition
nomen_def.h:44
vip
nomen
nomen_def.h
Generated by
1.13.2