OpenAtom  Version1.5a
StructureFactorMessages.h
1 #include "structureFactor.decl.h"
2 #include "structureFactorCache.decl.h"
3 
4 #ifndef STRUCTURE_FACTOR_MESSAGES_H
5 #define STRUCTURE_FACTOR_MESSAGES_H
6 
7 
9  public:
10  int iteration_src;
11 };
12 
13 
14 
16  public:
17  int atmGrp;
18  int sfindex;
19 };
20 
21 
22 
24  public:
25  int datalen;
26  int atmGrpIndex;
27  int gsSize;
28  int planeIndex;
29  complex *structFactor;
30  complex *structFactor_fx, *structFactor_fy, *structFactor_fz;
31 };
32 
33 #endif // STRUCTURE_FACTOR_MESSAGES_H
34