ESyS-Particle  2.3.4
ClosePackOrientation.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2017 by The University of Queensland //
4 // Centre for Geoscience Computing //
5 // http://earth.uq.edu.au/centre-geoscience-computing //
6 // //
7 // Primary Business: Brisbane, Queensland, Australia //
8 // Licensed under the Open Software License version 3.0 //
9 // http://www.apache.org/licenses/LICENSE-2.0 //
10 // //
12 
13 
14 #ifndef ESYS_LSMCLOSEPACKORIENTATION_H
15 #define ESYS_LSMCLOSEPACKORIENTATION_H
16 
17 namespace esys
18 {
19  namespace lsm
20  {
26  {
28  XYZ,
29  XZY,
30  YXZ,
31  YZX,
32  ZXY,
33  ZYX,
35  };
36  }
37 }
38 #endif
esys::lsm::XZY
@ XZY
Definition: ClosePackOrientation.h:29
esys::lsm::ZXY
@ ZXY
Definition: ClosePackOrientation.h:32
esys
Definition: CheckPointable.cpp:17
esys::lsm::ZYX
@ ZYX
Definition: ClosePackOrientation.h:33
esys::lsm::NUM_ORIENTATIONS
@ NUM_ORIENTATIONS
Definition: ClosePackOrientation.h:34
esys::lsm::XYZ
@ XYZ
Definition: ClosePackOrientation.h:28
esys::lsm::ClosePackOrientation
ClosePackOrientation
Definition: ClosePackOrientation.h:26
esys::lsm::DEFAULT_ORIENT
@ DEFAULT_ORIENT
Definition: ClosePackOrientation.h:27
esys::lsm::YZX
@ YZX
Definition: ClosePackOrientation.h:31
esys::lsm::YXZ
@ YXZ
Definition: ClosePackOrientation.h:30