VIP: Volume Image Processing


mesh_aims.h
Go to the documentation of this file.
1/****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : VipClusterArg * TYPE : Command line
4 * AUTHOR : RIVIERE D. * CREATION : 12/12/2004
5 * VERSION : 2.6 * REVISION :
6 * LANGUAGE : C/C++ * EXAMPLE :
7 * DEVICE :
8 ****************************************************************************
9 *
10 * DESCRIPTION :
11 *
12 ****************************************************************************
13 *
14 * USED MODULES :
15 *
16 ****************************************************************************
17 * REVISIONS : DATE | AUTHOR | DESCRIPTION
18 *--------------------|--------------|---------------------------------------
19 * / / | |
20 ****************************************************************************/
21
22#ifndef VIP_FOLD_ARG_MESH_AIMS_H
23#define VIP_FOLD_ARG_MESH_AIMS_H
24
27
28#ifdef VIP_CARTO_VOLUME_WRAPPING
29
30#ifdef __cplusplus
31 extern "C" {
32#endif
33
34void meshAims( Volume* vol, const char* outfname );
35
36#ifdef __cplusplus
37 }
38#endif
39
40#endif
41#endif
42
void meshAims(Volume *vol, const char *outfname)