VIP: Volume Image Processing


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