CG  Version 25
GridFunctionFilter.h
Go to the documentation of this file.
1 #include "Overture.h"
2 
4 {
5 public:
6 
9 
11 {
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 
35 
40 
42 
44 
45 };
46 
47