#include <mlCorrelation.h>

Public Member Functions | |
| Correlation (void) | |
| Constructor. | |
| ~Correlation (void) | |
| Destructor cleaning kernel data. | |
| virtual void | handleNotification (Field *field) |
Handle field changes of the field field. | |
| CALC_ROW_H () | |
| Calc the SubImageBox: default for input 1 (the image), empty for the kernel image as it has already copied when attached to the input. | |
| template<typename DATATYPE > | |
| void | calcRow (MLsoffset *indexTab, size_t indexTabSize, MLsoffset, size_t numVox, DATATYPE *inCursor, DATATYPE *outCursor, const ImageVector &) |
| In this virtual template method the filtering of one row is implemented. | |
Definition at line 35 of file mlCorrelation.h.
| ml::Correlation::Correlation | ( | void | ) |
Constructor.
| ml::Correlation::~Correlation | ( | void | ) |
Destructor cleaning kernel data.
| ml::Correlation::CALC_ROW_H | ( | ) |
Calc the SubImageBox: default for input 1 (the image), empty for the kernel image as it has already copied when attached to the input.
Macro for KernelModule derived modules
| void ml::Correlation::calcRow | ( | MLsoffset * | indexTab, | |
| size_t | indexTabSize, | |||
| MLsoffset | , | |||
| size_t | numVox, | |||
| DATATYPE * | inCursor, | |||
| DATATYPE * | outCursor, | |||
| const ImageVector & | ||||
| ) | [inline] |
In this virtual template method the filtering of one row is implemented.
It will be called by the CALC_ROW() macro.
| virtual void ml::Correlation::handleNotification | ( | Field * | field | ) | [virtual] |
1.5.8