VIP: Volume Image Processing


dilatation.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/dilatation.h * TYPE : Header
4 * AUTHOR : MANGIN J.-F. * CREATION :
5 * VERSION : 0.1 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Sun SPARC Station 5
8 *****************************************************************************
9 *
10 * DESCRIPTION :
11 *
12 *****************************************************************************
13 *
14 * USED MODULES :
15 *
16 *****************************************************************************
17 * REVISIONS : DATE | AUTHOR | DESCRIPTION
18 *--------------------|--------------|----------------------------------------
19 * 08/02/99| POUPON F. | Passage en ANSI pour VIP
20 *****************************************************************************/
21
22#ifndef VIP_DILATATION_H
23#define VIP_DILATATION_H
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
31
33 float dilation);
34
36
38 float dilation);
39
41 float dilation);
42
44 float dilation);
45
47 float dilation);
48
49extern int VipFillSurfaceGSlice(Surface *surf);
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif
int VipFillSurfaceGSlice(Surface *surf)
int FillGrad3DDilatedBucket(Surface *surf, float dilation)
int FillGRayDilatedBucket(Surface *surf, float dilation)
int FillGrad2DDilatedBucket(Surface *surf, float dilation)
int VipFillDilatedBucket(Surface *surf, float dilation)
int FillG3DRayDilatedBucket(Surface *surf, float dilation)
int FillZeroDilatedBucket(Surface *surf)
struct surface Surface