17#if !defined (__mlExtConvolutionFilter_H)
18#define __mlExtConvolutionFilter_H
111 template <
typename DATATYPE>
static const char *const mlKernelTypeNames[]
Strings for mlCustomKernelNames.
EnumField * getKernelTypeFld()
Access method to parameter field(s). See _kernelTypeFld for more infos.
void calcRow(MLsoffset *indexTab, size_t indexTabSize, MLsoffset srcVoxelOffset, size_t numVox, DATATYPE *inCursor, DATATYPE *outCursor, const ImageVector &)
void handleNotification(Field *field) override
Called when a parameter field is changed.
void _userKernelPostUpdate() override
void calculateOutputImageProperties(int outputIndex, PagedImage *outputImage) override
Computes the output image properties from the input image properties.
KernelModule(int inputNum=1, int outputNum=1)
#define ML_MODULE_CLASS_HEADER(className)
MLint MLsoffset
Signed ML offset type that is a 32-bit signed integer on 32-bit platforms and a 64-bit integer on 64-...
TImageVector< MLint > ImageVector
Defines the standard ImageVector type that is used by the ML for indexing and coordinates.