VIP: Volume Image Processing


splineresamp_static.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/splineresamp * TYPE : Header
4 * AUTHOR : MANGIN J.F. * CREATION : 20/01/99
5 * VERSION : 1.4 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Ultra
8 *****************************************************************************
9 *
10 * DESCRIPTION : Spline resampler
11 *
12 *****************************************************************************
13 *
14 * USED MODULES :
15 *
16 *****************************************************************************
17 * REVISIONS : DATE | AUTHOR | DESCRIPTION
18 *--------------------|--------------|----------------------------------------
19 * / / | |
20 *****************************************************************************/
21
22
23
24#ifndef VIP_SPLINERESAMP_STATIC_H
25#define VIP_SPLINERESAMP_STATIC_H
26
27#ifdef __cplusplus
28 extern "C" {
29#endif
30
32
33#ifdef __cplusplus
34 }
35#endif
36
37#endif /* VIP_SPLINERESAMP_STATIC_H */
38
39
40