MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLKernel/mlKernelLineApplicator.h File Reference

Template class to apply a kernel to a voxel row in a subimage. More...

Go to the source code of this file.

Classes

class  ml::KernelLineApplicator< DATATYPE, KDATATYPE >
 The KernelLineApplicator class takes a Kernel instance and filters one line of an mlSubImage and writes it to an output also given by another mlSubImage. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Defines

#define ML_DEBUG_ENV_NAME   "ML_KERNELLINEAPPLICATOR"
 Define name of environment variable to control debug output for this module.

Detailed Description

Template class to apply a kernel to a voxel row in a subimage.

Author:
Wolf Spindler
Date:
08/2001

Definition in file mlKernelLineApplicator.h.


Define Documentation

#define ML_DEBUG_ENV_NAME   "ML_KERNELLINEAPPLICATOR"

Define name of environment variable to control debug output for this module.

Definition at line 36 of file mlKernelLineApplicator.h.