OSDN Git Service

4f6777cf44dad4be9eb8f129b580886910ec7fa3
[eos/optional.git] / doc / Objects / khorosData.html
1 <H4> Update Time 02/03/13---05:38:28 </H4>
2 <HR>
3 <A NAME="Information">
4 <H2>Information from source codes</H2>
5 </A>
6 <PRE>
7 ../src/lmrc2viff.c:
8 </PRE>
9 <HR>
10 <A NAME="include">
11 <H2>khorosData.h</H2>
12 </A>
13 <PRE>
14 /*
15 # %M% %Y% %I%
16 # The latest update : %G% at %U%
17 #
18 #%Z% khorosData.h ver %I%
19 #%Z% Created by 
20 #%Z%
21 #%Z% Usage : khorosData.h 
22 #%Z% Attention
23 #%Z%
24 */
25
26 #include "image.h"
27 #include "kapputils/kapputils.h"
28 #include "kdatafmt/viff.h"
29  
30 #include "mrcImage.h"
31
32 /* prototype begin */
33
34 extern int lmrc2viff(mrcImage* mrc, kobject viff);
35
36 /* prototype end */
37 </PRE>