BuildWorld.cpp File Reference

#include <QMessageBox>
#include "GlobDefs.h"
#include "BuildWorld.h"
#include "MyFile.h"

Include dependency graph for BuildWorld.cpp:


Defines

#define HEADER_GEN   "Generate definition"
#define VAL_GEN_SIZE   "Size"
#define VAL_GEN_YZPLANE   "YZ pages data"
#define VAL_GEN_XZPLANE   "XZ pages data"
#define VAL_GEN_XYPLANE   "XY pages data"

Variables

static const BuildWorld::TransSqr transp [3][4][3]

Define Documentation

#define HEADER_GEN   "Generate definition"

#define VAL_GEN_SIZE   "Size"

#define VAL_GEN_XYPLANE   "XY pages data"

#define VAL_GEN_XZPLANE   "XZ pages data"

#define VAL_GEN_YZPLANE   "YZ pages data"


Variable Documentation

const BuildWorld::TransSqr transp[3][4][3] [static]

Initial value:

  
{{      { { YZ_PLANE, { {0, 0}, {1, -1}, {2, 0}  } }, { XZ_PLANE, { {1, 0},  {0, -1}, {2, 0} } }, { XZ_PLANE, { {1, 0},  {0, 0},  {2, 0}  } } }, 
        { { YZ_PLANE, { {0, 0}, {1, +1}, {2, 0}  } }, { XZ_PLANE, { {1, +1}, {0, -1}, {2, 0} } }, { XZ_PLANE, { {1, +1}, {0, 0},  {2, 0}  } } },
        { { YZ_PLANE, { {0, 0}, {1, 0},  {2, -1} } }, { XY_PLANE, { {2, 0},  {0, 0},  {1, 0} } }, { XY_PLANE, { {2, 0},  {0, -1}, {1, 0}  } } },
        { { YZ_PLANE, { {0, 0}, {1, 0},  {2, +1} } }, { XY_PLANE, { {2, +1}, {0, 0},  {1, 0} } }, { XY_PLANE, { {2, +1}, {0, -1}, {1, 0}  } } }},

{       { { XZ_PLANE, { {0, 0}, {1, -1}, {2, 0}  } }, { YZ_PLANE, { {1, 0},  {0, -1}, {2, 0} } }, { YZ_PLANE, { {1, 0},  {0, 0},  {2, 0}  } } },
        { { XZ_PLANE, { {0, 0}, {1, +1}, {2, 0}  } }, { YZ_PLANE, { {1, +1}, {0, -1}, {2, 0} } }, { YZ_PLANE, { {1, +1}, {0, 0},  {2, 0}  } } },
        { { XZ_PLANE, { {0, 0}, {1, 0},  {2, -1} } }, { XY_PLANE, { {2, 0},  {1, 0},  {0, 0} } }, { XY_PLANE, { {2, 0},  {1, 0},  {0, -1} } } },
        { { XZ_PLANE, { {0, 0}, {1, 0},  {2, +1} } }, { XY_PLANE, { {2, +1}, {1, 0},  {0, 0} } }, { XY_PLANE, { {2, +1}, {1, 0},  {0, -1} } } }},

{       { { XY_PLANE, { {0, 0}, {1, -1}, {2, 0}  } }, { YZ_PLANE, { {1, 0},  {2, 0},  {0, 0} } }, { YZ_PLANE, { {1, 0},  {2, 0},  {0, -1} } } },
        { { XY_PLANE, { {0, 0}, {1, +1}, {2, 0}  } }, { YZ_PLANE, { {1, +1}, {2, 0},  {0, 0} } }, { YZ_PLANE, { {1, +1}, {2, 0},  {0, -1} } } },
        { { XY_PLANE, { {0, 0}, {1, 0},  {2, -1} } }, { XZ_PLANE, { {2, 0},  {1, 0},  {0, 0} } }, { XZ_PLANE, { {2, 0},  {1, 0},  {0, -1} } } },
        { { XY_PLANE, { {0, 0}, {1, 0},  {2, +1} } }, { XZ_PLANE, { {2, +1}, {1, 0},  {0, 0} } }, { XZ_PLANE, { {2, +1}, {1, 0},  {0, -1} } } }}}