#include <convolveattrib.h>
◆ Kernel()
| Attrib::Convolve::Kernel::Kernel |
( |
int | kernelfunc, |
|
|
int | shape, |
|
|
int | size, |
|
|
bool | ) |
◆ ~Kernel()
| Attrib::Convolve::Kernel::~Kernel |
( |
| ) |
|
◆ getKernel()
| const float * Attrib::Convolve::Kernel::getKernel |
( |
| ) |
const |
◆ getSG()
| const Interval< int > & Attrib::Convolve::Kernel::getSG |
( |
| ) |
const |
◆ getStepout()
| const BinID & Attrib::Convolve::Kernel::getStepout |
( |
| ) |
const |
◆ getSubKernelSize()
| int Attrib::Convolve::Kernel::getSubKernelSize |
( |
| ) |
const |
◆ getSum()
| float Attrib::Convolve::Kernel::getSum |
( |
| ) |
const |
|
inline |
◆ nrSubKernels()
| int Attrib::Convolve::Kernel::nrSubKernels |
( |
| ) |
const |
◆ kernel_
| float* Attrib::Convolve::Kernel::kernel_ |
|
protected |
◆ nrsubkernels_
| int Attrib::Convolve::Kernel::nrsubkernels_ |
|
protected |
◆ sg_
| Interval<int> Attrib::Convolve::Kernel::sg_ |
|
protected |
◆ stepout_
| BinID Attrib::Convolve::Kernel::stepout_ |
|
protected |
◆ sum_
| float Attrib::Convolve::Kernel::sum_ |
|
protected |