ESyS-Particle  2.3
SimpleBlockPy.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2014 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.opensource.org/licenses/osl-3.0.php //
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
Definition: BondInteractionGroupPy.h:19
SimpleBlockPy()
Definition: SimpleBlockPy.cpp:26
void exportSimpleBlock()
Definition: SimpleBlockPy.cpp:47
Definition: CheckPointable.cpp:16
Definition: SimpleSphereCollectionPy.h:27
Definition: SimpleBlockPy.h:31