00001
00002
00003 #ifndef SYSABSZONES_HEADER
00004 #define SYSABSZONES_HEADER
00005
00006 #include "zone.hh"
00007 #include "pointgroup.hh"
00008 using CCtbxSym::PointGroup;
00009
00010
00011 namespace scala
00012 {
00013 class HKLTest
00014 {
00015 public:
00016
00017
00018 static Hkl Qh00;
00019 static Hkl Q0k0;
00020 static Hkl Q00l;
00021
00022 static Hkl Q0kl;
00023 static Hkl Qh0l;
00024 static Hkl Qhk0;
00025
00026 static Hkl Qhhl;
00027 static Hkl Qhkk;
00028 static Hkl Qhkh;
00029 };
00030
00031 std::vector<Zone> SysAbsZones(const PointGroup& PG, const Chirality& chiral);
00032
00033
00034
00035 }
00036
00037 #endif