VIP: Volume Image Processing


activations.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/activations.h * TYPE : Header
4 * AUTHOR : MANGIN J.F. * CREATION : 20/10/99
5 * VERSION : 1.5 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Ultra
8 *****************************************************************************
9 *
10 * DESCRIPTION : contrast SPM to graph
11 *****************************************************************************
12 *
13 * USED MODULES :
14 *
15 *****************************************************************************
16 * REVISIONS : DATE | AUTHOR | DESCRIPTION
17 *--------------------|--------------|----------------------------------------
18 * / / | |
19 *****************************************************************************/
20
21
22
23#ifndef VIP_ACTIVATIONS_H
24#define VIP_ACTIVATIONS_H
25
26#ifdef __cplusplus
27 extern "C" {
28#endif
29
30#include <stdio.h>
31#include <stdlib.h>
32#include <string.h>
33#include <stdarg.h>
34#include <limits.h>
35#include <errno.h>
36#include <math.h>
37
38/*-------------------------------------------------------------------------*/
39extern int VipComputeLabelledClusterTmtkTriangulation( Volume *labeling, char *name);
40/*-------------------------------------------------------------------------*/
41/*-------------------------------------------------------------------------*/
42extern int VipWriteClusterArg( Volume *vol,
43int size, int connectivity,
44char *name, char *normaname, char meshflag);
45/*-------------------------------------------------------------------------*/
46
47#ifdef __cplusplus
48 }
49#endif
50
51#endif /* VIP_ACTIVATIONS_H */
int VipComputeLabelledClusterTmtkTriangulation(Volume *labeling, char *name)
int VipWriteClusterArg(Volume *vol, int size, int connectivity, char *name, char *normaname, char meshflag)