ESyS-Particle  4.0.1
SplitBlock.h
1 
2 // //
3 // Copyright (c) 2003-2011 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 #ifndef __SPLITBLOCK_H
14 #define __SPLITBLOCK_H
15 
16 //-- project includes --
17 #include "RandomBlock.h"
18 
28 {
29  protected:
30  double m_ysplit;
31 
32  public:
33  CSplitBlock2D(double,double,double,double,double,double,double,bool circ_x=false);
34  virtual ~CSplitBlock2D();
35 
36  virtual void generate(int,unsigned int);
37  virtual void tagSplit(int,int,double);
38 };
39 
40 #endif // __SPLITBLOCK_H