ESyS-Particle  2.2.2
SimpleBlockPy.h
Go to the documentation of this file.
1 // //
3 // Copyright (c) 2003-2013 by The University of Queensland //
4 // Earth Systems Science Computational Centre (ESSCC) //
5 // http://www.uq.edu.au/esscc //
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
SimpleBlockPy()
Definition: SimpleBlockPy.cpp:26
void exportSimpleBlock()
Definition: SimpleBlockPy.cpp:47
Definition: SimpleSphereCollectionPy.h:27
Definition: SimpleBlockPy.h:31