VIP: Volume Image Processing


vida.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/volume.h * TYPE : Header
4 * AUTHOR : MANGIN J.F. * CREATION : 18/04/1996
5 * VERSION : 1.1 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Sun SPARC Station 5
8 *****************************************************************************
9 *
10 * purpose: switch toward vidaio
11 *
12 *****************************************************************************
13 *
14 * USED MODULES :
15 *
16 *****************************************************************************
17 * REVISIONS : DATE | AUTHOR | DESCRIPTION
18 *--------------------|--------------|----------------------------------------
19 * / / | |
20 *****************************************************************************/
21
22
23#ifndef VIP_VIDA_H
24#define VIP_VIDA_H
25
26#ifdef __cplusplus
27 extern "C" {
28#endif
29
30/*----------------------------------------------------------------------------*/
31
33
34/*----------------------------------------------------------------------------*/
35(
36 const char *ima_name,
37 int borderWidth
38);
39
40
41/*----------------------------------------------------------------------------*/
42
44
45/*----------------------------------------------------------------------------*/
46(
47 const char *ima_name,
48 int borderWidth
49);
50
51
52/*----------------------------------------------------------------------------*/
53
55
56/*----------------------------------------------------------------------------*/
57(
58 const char *ima_name,
59 int fr1,
60 int fr2
61);
62
63/*----------------------------------------------------------------------------*/
64
66
67/*----------------------------------------------------------------------------*/
68(
69 const char *ima_name,
70 int fr1,
71 int fr2
72);
73
74/*----------------------------------------------------------------------------*/
75
77
78/*----------------------------------------------------------------------------*/
79(
80 const char *ima_name
81);
82
83
84/*----------------------------------------------------------------------------*/
85
87
88/*----------------------------------------------------------------------------*/
89(
90 Volume *volume,
91 char *ima_name
92);
93/*----------------------------------------------------------------------------*/
94
96
97/*----------------------------------------------------------------------------*/
98(
99 Volume *volume,
100 char *ima_name
101);
102
103#ifdef __cplusplus
104 }
105#endif
106
107#endif /* VIP_VOLUME_H */
Volume * ReadVidaFloatFrame(const char *ima_name, int fr1, int fr2)
int WriteVidaScaledVolume(Volume *volume, char *ima_name)
Volume * ReadVidaFrame(const char *ima_name, int fr1, int fr2)
int WriteVidaVolume(Volume *volume, char *ima_name)
Volume * ReadVidaVolume(const char *ima_name, int borderWidth)
Volume * ReadVidaFloatVolumeWithBorder(const char *ima_name, int borderWidth)
Volume * ReadVidaVolumeDim(const char *ima_name)