VIP: Volume Image Processing
minc.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* PROJECT : V.I.P. Library
3
* MODULE NAME : vip/minc.h * TYPE : Include
4
* AUTHOR : MANGIN J.F. * CREATION : 11/2001
5
* VERSION : 2.1 * REVISION :
6
* LANGUAGE : C * EXAMPLE :
7
* DEVICE : Ultra
8
*****************************************************************************
9
*
10
* DESCRIPTION : IO MINC
11
*
12
*****************************************************************************
13
*
14
* USED MODULES :
15
*
16
*****************************************************************************
17
* REVISIONS : DATE | AUTHOR | DESCRIPTION
18
*--------------------|--------------|----------------------------------------
19
* / / | |
20
*****************************************************************************/
21
22
#ifndef VIP_MINC_H
23
#define VIP_MINC_H
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
#include <
vip/volume.h
>
30
#include <
vip/TivoliIO.h
>
31
32
/*----------------------------------------------------------------------------*/
33
extern
Volume
*
VipReadMincVolumeWithBorder
(
char
*name,
int
borderWidth);
34
/*----------------------------------------------------------------------------*/
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
TivoliIO.h
VipReadMincVolumeWithBorder
Volume * VipReadMincVolumeWithBorder(char *name, int borderWidth)
Volume
Definition
struct_volume.h:76
volume.h
vip
minc.h
Generated by
1.13.2