CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LinearGridInterpolator3D.h
Go to the documentation of this file.
1 #ifndef Interpolation_LinearGridInterpolator3D_h
2 #define Interpolation_LinearGridInterpolator3D_h
3 
17 
18 #ifdef DEBUG_LinearGridInterpolator3D
19 #include <iostream>
21 #endif
22 
24 public:
25 
29 
31  grid(g), grida(g.grida()), gridb(g.gridb()), gridc(g.gridc()) {}
32 
34 
36  // Value operator()( Scalar a, Scalar b, Scalar c) {return interpolate(a,b,c);}
37 
38 private:
39  const Grid3D& grid;
40  const Grid1D& grida;
41  const Grid1D& gridb;
42  const Grid1D& gridc;
43 
44 };
45 
46 #endif
ReturnType interpolate(Scalar a, Scalar b, Scalar c)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
LinearGridInterpolator3D(const Grid3D &g)
Definition: Grid3D.h:16
float Scalar
Definition: Grid3D.h:20
Definition: Grid1D.h:6
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121