Go to the source code of this file.
Classes | |
class | itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator > |
A NeighborhoodOperator whose coefficients are a one dimensional, discrete derivative Gaussian kernel. More... | |
Namespaces | |
namespace | itk |
Defines | |
#define | ITK_TEMPLATE_GaussianDerivativeOperator(_, EXPORT, x, y) |
#define ITK_TEMPLATE_GaussianDerivativeOperator | ( | _, | ||
EXPORT, | ||||
x, | ||||
y | ||||
) |
namespace itk { \ _(2(class EXPORT GaussianDerivativeOperator< ITK_TEMPLATE_2 x >)) \ namespace Templates { typedef GaussianDerivativeOperator< ITK_TEMPLATE_2 x > \ GaussianDerivativeOperator##y; } \ }
Definition at line 280 of file itkGaussianDerivativeOperator.h.