ESyS-Particle  2.3.4
CubicBlockIterator.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_LSMCUBICBLOCKITERATOR_H
15 #define ESYS_LSMCUBICBLOCKITERATOR_H
16 
17 #include "Foundation/BoundingBox.h"
18 #include "Foundation/vec3.h"
20 #include "Geometry/Vec3L.h"
21 
22 namespace esys
23 {
24  namespace lsm
25  {
26 
32  {
33  public:
34 
38  inline CubicBlockIterator();
39 
49  inline CubicBlockIterator(
50  int numI,
51  int numJ,
52  int numK,
53  double sphereRadius,
55  );
56  };
57  }
58 }
59 
61 
62 #endif
ClosePackIterator.h
esys::lsm::ClosePackIterator
Definition: ClosePackIterator.h:55
esys::lsm::CubicBlockIterator
Definition: CubicBlockIterator.h:32
Vec3L.h
CubicBlockIterator.hpp
esys
Definition: CheckPointable.cpp:17
esys::lsm::CubicBlockIterator::CubicBlockIterator
CubicBlockIterator()
Definition: CubicBlockIterator.hpp:21
vec3.h
esys::lsm::ClosePackOrientation
ClosePackOrientation
Definition: ClosePackOrientation.h:26
esys::lsm::DEFAULT_ORIENT
@ DEFAULT_ORIENT
Definition: ClosePackOrientation.h:27
CubicBlockIterator.h
BoundingBox.h