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

Template base class to apply a kernel to a voxel row of a subimage. More...

#include "mlInitSystemKernel.h"
#include "mlKernel.h"
#include "mlLineApplicator.h"
#include "mlKernelTools.h"

Go to the source code of this file.

Classes

class  ml::KernelLineApplicatorBase< DATATYPE, KDATATYPE >
 The KernelLineApplicatorBase class is designed to implement new kernel based filters to be applied to a line of an mlSubImage and and to write the filtered line to an output mlSubImage. More...

Namespaces

namespace  ml
 

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


Defines

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

Detailed Description

Template base class to apply a kernel to a voxel row of a subimage.

Author:
Wolf Spindler
Date:
08/2002

Definition in file mlKernelLineApplicatorBase.h.


Define Documentation

#define ML_DEBUG_ENV_NAME   "ML_KERNELLINEAPPLICATORBASE"

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

Definition at line 32 of file mlKernelLineApplicatorBase.h.