ESyS-Particle  2.3
TriggerPrmsPy.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 #ifndef __ESYS_TRIGGERPRMSPY_H
14 #define __ESYS_TRIGGERPRMSPY_H
15 
16 //--- STL includes ---
17 #include <string>
18 
19 //--- Boost includes ---
20 #include <boost/python.hpp>
21 
22 //--- Proejct includes ---
23 #include "Fields/MaxTrigger.h"
24 
25 namespace esys
26 {
27  namespace lsm
28  {
30  {
31  public:
32  MaxTriggerPrmsPy(double,double,int,int);
33  };
34 
35  void exportTriggerPrms();
36  } // namespace lsm
37 } // namespace esys
38 
39 #endif // __ESYS_TRIGGERPRMSPY_H
MaxTriggerPrmsPy(double, double, int, int)
Definition: TriggerPrmsPy.cpp:20
Definition: CheckPointable.cpp:16
void exportTriggerPrms()
Definition: TriggerPrmsPy.cpp:29
Definition: MaxTrigger.h:24
Definition: TriggerPrmsPy.h:29