VIP: Volume Image Processing


TivoliIO.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/TivoliIO.h * TYPE : Header
4 * AUTHOR : MANGIN J.F. * CREATION : 15/01/1997
5 * VERSION : 0.1 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Sun SPARC Station 5
8 *****************************************************************************
9 *
10 * DESCRIPTION : Entrees sorties tivoli + fonction d'acces aux champs tivoli
11 * jfmangin@cea.fr
12 *
13 *****************************************************************************
14 *
15 * USED MODULES :
16 *
17 *****************************************************************************
18 * REVISIONS : DATE | AUTHOR | DESCRIPTION
19 *--------------------|--------------|----------------------------------------
20 * / / | |
21 *****************************************************************************/
22
23
24#ifndef VIP_TIVOLIIO_H
25#define VIP_TIVOLIIO_H
26
27#ifdef __cplusplus
28 extern "C" {
29#endif
30
31#include <vip/volume.h>
34#include <vip/TivoliIO/byteswapping_gen.h>
35
36#ifdef __cplusplus
37 }
38#endif
39
40#endif