ESyS-Particle  2.3.4
SimpleBlockPy.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_LSMSIMPLEBLOCKPY_H
15 #define ESYS_LSMSIMPLEBLOCKPY_H
16 
18 
19 namespace boost
20 {
21  namespace python
22  {
23  class list;
24  }
25 }
26 
27 namespace esys
28 {
29  namespace lsm
30  {
32  {
33  public:
34  SimpleBlockPy();
35  SimpleBlockPy(const boost::python::list &dimCount, double radius=0.5);
36  private:
37  };
38 
39  void exportSimpleBlock();
40  }
41 }
42 
43 #endif
esys::lsm::SimpleSphereCollectionPy
Definition: SimpleSphereCollectionPy.h:28
SimpleBlockPy.h
boost
Definition: BondInteractionGroupPy.h:20
SimpleSpherePy.h
esys::lsm::SimpleBlockPy
Definition: SimpleBlockPy.h:32
esys
Definition: CheckPointable.cpp:17
SimpleSphereCollectionPy.h
SimpleBlock.h
esys::lsm::SimpleBlockGenerator::createParticles
void createParticles(TmplParticleCollection &particleCollection)
Definition: SimpleBlock.hpp:63
esys::lsm::exportSimpleBlock
void exportSimpleBlock()
Definition: SimpleBlockPy.cpp:47
esys::lsm::SimpleBlockGenerator
Definition: SimpleBlock.h:39
esys::lsm::SimpleBlockPy::SimpleBlockPy
SimpleBlockPy()
Definition: SimpleBlockPy.cpp:26