#include <null_function.hh>
Inherits ost::img::Function.
Public Member Functions | |
| NullFunction () | |
| virtual DataType | GetType () const |
| virtual Real | GetIntpolReal (const Vec3 &v) const |
| virtual Complex | GetIntpolComplex (const Vec3 &v) const |
| virtual | ~NullFunction () |
Implements Function interface, will always return zero
Definition at line 40 of file null_function.hh.
| NullFunction | ( | ) | [inline] |
Definition at line 42 of file null_function.hh.
| virtual ~NullFunction | ( | ) | [inline, virtual] |
Definition at line 52 of file null_function.hh.
| virtual Complex GetIntpolComplex | ( | const Vec3 & | v | ) | const [inline, virtual] |
Get interpolated complex value from 3D,2D or 1D vec.
Implements Function.
Definition at line 50 of file null_function.hh.
| virtual Real GetIntpolReal | ( | const Vec3 & | v | ) | const [inline, virtual] |
Get interpolated real value from 3D,2D or 1D vec.
Implements Function.
Definition at line 48 of file null_function.hh.
| virtual DataType GetType | ( | ) | const [inline, virtual] |
1.5.8