#include <Sinc.h>
|
typedef TReal | Real |
| Floating point precision type.
|
|
|
static MIRTKCU_API void | Initialize () |
| Initialize lookup table of Sinc function values.
|
|
static MIRTKCU_API Real | Lookup (TReal) |
| Lookup Sinc function value.
|
|
template<class TReal>
class mirtk::Sinc< TReal >
Sinc function
Definition at line 36 of file Sinc.h.
§ LookupTableSize
template<class TReal >
MIRTKCU_API const int mirtk::Sinc< TReal >::LookupTableSize = 1000000 |
|
static |
Size of Sinc function lookup table Note that the actual array size is: LookupTableSize * (Radius + 0.5)
Definition at line 52 of file Sinc.h.
§ Radius
Radius of Sinc kernel (for use as Kernel::Radius, where Kernel is a typedef of Sinc<T>)
Definition at line 45 of file Sinc.h.
The documentation for this class was generated from the following file: