Class cip::LinearInterp3D
template <typename T>
ClassList > cip > LinearInterp3D
Inherits the following classes: cip::LinearInterpND
Public Functions
Type | Name |
---|---|
LinearInterp3D (const Vector & x, const Vector & y, const Vector & z, const Vector3 & f) |
|
~LinearInterp3D () |
Public Functions inherited from cip::LinearInterpND
Type | Name |
---|---|
LinearInterpND (const F & _f, const Args &... _xi) |
|
T | eval (const Args &... args) const |
Vector | evaln (const Vectors &... inputs) const |
~LinearInterpND () |
Public Functions Documentation
function LinearInterp3D
inline explicit cip::LinearInterp3D::LinearInterp3D (
const Vector & x,
const Vector & y,
const Vector & z,
const Vector3 & f
)
function ~LinearInterp3D
The documentation for this class was generated from the following file include/linear_interp.hpp