CG
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
cg.v25
common
src
GridFunctionFilter.h
Go to the documentation of this file.
1
#include "Overture.h"
2
3
class
GridFunctionFilter
4
{
5
public
:
6
7
GridFunctionFilter
();
8
~GridFunctionFilter
();
9
10
enum
FilterTypeEnum
11
{
12
explicitFilter
,
13
implicitFilter
14
};
15
16
17
// apply the filter to v
18
int
19
applyFilter
( realCompositeGridFunction &
v
,
20
Range & C,
21
realCompositeGridFunction & w
/* work space */
);
22
23
24
// update parameters
25
int
26
update
( GenericGraphicsInterface & gi );
27
28
29
static
int
debug
;
30
31
// make these public for now
32
public
:
33
34
FilterTypeEnum
filterType
;
35
36
int
orderOfFilter
;
37
int
filterFrequency
;
38
int
numberOfFilterIterations
;
39
int
numberOfFilterStages
;
40
41
real
filterCoefficient
;
42
43
int
numberOfFilterApplications
;
44
45
};
46
47
Generated on Fri Jan 4 2013 10:19:20 for CG by
1.8.3