ESyS-Particle
4.0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
Geometry
LayeredBlock.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 __LAYEREDBLOCK_H
14
#define __LAYEREDBLOCK_H
15
16
//-- project includes --
17
#include "Geometry/RandomBlock.h"
18
19
//-- STL includes --
20
#include <set>
21
22
using
std::set;
23
32
class
CLayeredBlock2D
:
public
CRandomBlock2D
33
{
34
private
:
35
set<double> LayerBoundaries;
36
37
public
:
38
CLayeredBlock2D
(
double
,
double
,
double
,
double
,
double
,
double
);
39
virtual
~
CLayeredBlock2D
();
40
41
void
addLayerBoundary(
double
);
42
virtual
void
generate
(
int
,
unsigned
int
);
43
};
44
45
#endif //__LAYEREDBLOCK_H
Generated on Mon Jun 4 2012 22:48:25 for ESyS-Particle by
1.8.1