VIP: Volume Image Processing


vol_carto_cpp.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/struct_volume.h * TYPE : Header
4 * AUTHOR : RIVIERE D. * CREATION : 05/12/2004
5 * VERSION : 2.6 * REVISION :
6 * LANGUAGE : C++ * EXAMPLE :
7 * DEVICE :
8 *****************************************************************************
9 *
10 * DESCRIPTION : jfmangin@cea.fr
11 *
12 *****************************************************************************
13 *
14 * USED MODULES :
15 *
16 *****************************************************************************
17 * REVISIONS : DATE | AUTHOR | DESCRIPTION
18 *--------------------|--------------|----------------------------------------
19 *****************************************************************************/
20
21#ifndef VIP_VOLUME_CARTO_CPP_H
22#define VIP_VOLUME_CARTO_CPP_H
23
26
27#ifdef VIP_CARTO_VOLUME_WRAPPING
28
29#include <aims/data/data.h>
30
31namespace vip
32{
33 template<typename T>
34 extern carto::rc_ptr<carto::Volume<T> >
36}
37
38#endif
39#endif
40
carto::rc_ptr< carto::Volume< T > > volumeFromVip(::Volume *volume)