VIP: Volume Image Processing


skeleton_static.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/skeleton_static.h* TYPE : Include
4 * AUTHOR : MANGIN J.F. * CREATION : 12/04/97
5 * VERSION : 1.1 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Linux
8 *****************************************************************************
9 *
10 * DESCRIPTION : private defines
11 *
12 *****************************************************************************
13 *
14 * USED MODULES :
15 *
16 *****************************************************************************
17 * REVISIONS : DATE | AUTHOR | DESCRIPTION
18 *--------------------|--------------|----------------------------------------
19 * / / | |
20 *****************************************************************************/
21
22#ifndef VIP_SKELETON_STATIC_H
23#define VIP_SKELETON_STATIC_H
24
25#ifdef __cplusplus
26 extern "C" {
27#endif
28
29
30
31
32#define VIP_IMMORTAL -103
33#define VIP_CANDIDATE -113
34
35#define VIP_CANNOT_BECOME_IMMORTAL -111
36
37
38#ifdef __cplusplus
39 }
40#endif
41
42#endif