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