VIP: Volume Image Processing


depla_static.h
Go to the documentation of this file.
1/*****************************************************************************
2 * PROJECT : V.I.P. Library
3 * MODULE NAME : vip/depla_static.h * TYPE : Header
4 * AUTHOR : MANGIN J.F. * CREATION : 15/01/1997
5 * VERSION : 0.1 * REVISION :
6 * LANGUAGE : C * EXAMPLE :
7 * DEVICE : Sun SPARC Station 5
8 *****************************************************************************
9 *
10 * DESCRIPTION : Diverses constantes et procedures liees aux rotations
11 * affines
12 * jfmangin@cea.fr
13 *
14 *****************************************************************************
15 *
16 * USED MODULES :
17 *
18 *****************************************************************************
19 * REVISIONS : DATE | AUTHOR | DESCRIPTION
20 *--------------------|--------------|----------------------------------------
21 * / / | |
22 *****************************************************************************/
23
24
25
26#ifndef VIP_DEPLA_STATIC_H
27#define VIP_DEPLA_STATIC_H
28
29#ifdef __cplusplus
30 extern "C" {
31#endif
32
33/*---------------------------------------------------------------*/
34extern int StaticInverse(
35 double Pin[3][3],
36 double Q[3][3]);
37/*---------------------------------------------------------------*/
38
39#ifdef __cplusplus
40 }
41#endif
42
43#endif /* VIP_DEPLA_STATIC_H */
44
int StaticInverse(double Pin[3][3], double Q[3][3])