00001 // -*- C++ -*- 00002 00003 #ifndef _included_GridDataBlockCommon_h 00004 #define _included_GridDataBlockCommon_h 00005 00010 #include "DAGHParams.h" 00011 00012 #include "Coords.h" 00013 #include "BBox.h" 00014 00015 #include "GridBox.h" 00016 #include "GridBoxList.h" 00017 #include "PackedGridDataBucket.h" 00018 #include "GridTable.h" 00019 #include "GridHierarchy.h" 00020 00021 #include "CommServer.h" 00022 00023 #include "GDBInteraction.h" 00024 00025 /* Utility functions */ 00026 void gdbSetRanks(const int rank, const int align, short* ranks); 00027 void gdbAlignBBox(const int, class BBox&, const int); 00028 00029 #endif