VIP: Volume Image Processing
topology_static.h
Go to the documentation of this file.
1
/****************************************************************************
2
* PROJECT : V.I.P. Library
3
* MODULE NAME : vip/topology.h * TYPE : Header
4
* AUTHOR : POUPON F. * CREATION : 22/01/1997
5
* VERSION : 0.1 * REVISION :
6
* LANGUAGE : C++ * EXAMPLE :
7
* DEVICE : Sun SPARC Station 5
8
****************************************************************************
9
*
10
* DESCRIPTION : Calcul de composantes sur des 18 et 26 voisinages
11
* Transfert des codes de la these de jeff par F. Poupon
12
*
13
****************************************************************************
14
*
15
* USED MODULES : vip/volume.h - vip/alloc.h
16
*
17
****************************************************************************
18
* REVISIONS : DATE | AUTHOR | DESCRIPTION
19
*--------------------|--------------|---------------------------------------
20
* 10/à4/97 | J-F Mangin | extensions -> skeleton
21
* / / | |
22
****************************************************************************/
23
24
#ifndef VIP_TOPOLOGY_STATIC_H
25
#define VIP_TOPOLOGY_STATIC_H
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
32
#define VIP_IN_LIST 123
33
#define VIP_IL_EXIST 101
34
#define VIP_IL_EST_TROP_LOIN 111
/*computing for 18-neighborhood using 26-neighborhood stuff*/
35
36
#define TOPO_PB -1
/*specific test for int returning functions...bad stuff but for development only*/
37
38
extern
char
TopologyTable
[4][4][40];
39
40
extern
int
TopologicalClassification
[10][7];
41
42
43
44
45
#ifdef __cplusplus
46
}
47
#endif
48
49
#endif
TopologyTable
char TopologyTable[4][4][40]
TopologicalClassification
int TopologicalClassification[10][7]
vip
topology_static.h
Generated by
1.13.2