VIP: Volume Image Processing


transform.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/transform.h * TYPE : Header
4 * AUTHOR : POUPON F. * CREATION : 24/10/1997
5 * VERSION : 0.1 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Sun SPARC Station 5
8 *****************************************************************************
9 *
10 * DESCRIPTION : Definitions des routines de transformations rigides
11 * fpoupon@cea.fr
12 *
13 *****************************************************************************
14 *
15 * USED MODULES :
16 *
17 *****************************************************************************
18 * REVISIONS : DATE | AUTHOR | DESCRIPTION
19 *--------------------|--------------|----------------------------------------
20 * / / | |
21 *****************************************************************************/
22
23#ifndef VIP_TRANSFORM_H
24#define VIP_TRANSFORM_H
25
26#ifdef __cplusplus
27 extern "C" {
28#endif
29
30#include <stdio.h>
31#include <stdlib.h>
32
33#include <vip/volume.h>
34#include <vip/bucket.h>
35#include <vip/math.h>
36
37#include <vip/transform/transform_gen.h>
38
39#ifdef __cplusplus
40 }
41#endif
42
43#endif