OSDN Git Service

Merge branch 'master' of git://git.sourceforge.jp/gitroot/eos/base
[eos/hostdependX86LINUX64.git] / include / lmrcImageProjection.h
1 #ifndef  LMRC_IMAGE_PROJECTION_H 
2 #define  LMRC_IMAGE_PROJECTION_H
3
4 #include <stdio.h>
5 #include <stdlib.h>
6 #include <string.h>
7 #include <math.h>
8 #include "mrcImage.h"
9
10 /* struct begin */
11 typedef struct lmrcImageProjectionInfo{
12         long mode;
13         } lmrcImageProjectionInfo;
14 /* struct end */
15
16 /* prototype begin */
17 extern void lmrcImageProjection(mrcImage* out, mrcImage* in,
18                                                                 lmrcImageProjectionInfo* linfo);
19 /* prototype end */
20 #endif