MeVisLab Toolbox Reference
|
#include "mlInitSystemITKSupport.h"
#include "mlModuleIncludes.h"
#include "mlITKSupport.h"
#include "mlITKFlatStructElement.h"
#include "mlKernel.h"
#include <itkNeighborhood.h>
#include <itkFlatStructuringElement.h>
#include <itkNumericTraits.h>
Go to the source code of this file.
Classes | |
class | itk::MLITKStructuringElementBase< TPixel, VDimension, TAllocator, SuperClss > |
Template class to create an itk structured element from an ML kernel. More... | |
class | itk::MLITKStructuringElement< TPixel, VDimension, TAllocator > |
Specialized class for generated toolkit modules using normal kernels. More... | |
Namespaces | |
namespace | itk |
Include dll-specific settings. | |
Macros | |
#define | ML_ITK_KERNEL_WRAPPER_TYPEDEFS_0(CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_KERNEL_WRAPPER_TYPEDEFS_1(CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_KERNEL_WRAPPER_TYPEDEFS_2(CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_FLAT_KERNEL_WRAPPER_TYPEDEFS_0(CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_FLAT_KERNEL_WRAPPER_TYPEDEFS_1(CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_KERNEL_WRAPPER_0_2D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_KERNEL_WRAPPER_0_3D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_KERNEL_WRAPPER_0_6D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_KERNEL_WRAPPER_1_2D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_KERNEL_WRAPPER_1_3D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_KERNEL_WRAPPER_1_6D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_KERNEL_WRAPPER_2_6D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_FLAT_KERNEL_WRAPPER_0_2D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_FLAT_KERNEL_WRAPPER_0_3D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_FLAT_KERNEL_WRAPPER_0_6D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_FLAT_KERNEL_WRAPPER_1_2D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_FLAT_KERNEL_WRAPPER_1_3D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define | ML_ITK_FLAT_KERNEL_WRAPPER_1_6D(PROJECT_PREFIX, CLASS_NAME, NAMESPACE) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT. | |
#define ML_ITK_FLAT_KERNEL_WRAPPER_0_2D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Compiles only 2D code.
Definition at line 389 of file mlITKKernelSupport.h.
#define ML_ITK_FLAT_KERNEL_WRAPPER_0_3D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Compiles only 3D code.
Definition at line 399 of file mlITKKernelSupport.h.
#define ML_ITK_FLAT_KERNEL_WRAPPER_0_6D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 408 of file mlITKKernelSupport.h.
#define ML_ITK_FLAT_KERNEL_WRAPPER_1_2D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Compiles only 2D code.
Definition at line 419 of file mlITKKernelSupport.h.
#define ML_ITK_FLAT_KERNEL_WRAPPER_1_3D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Compiles only 3D code.
Definition at line 429 of file mlITKKernelSupport.h.
#define ML_ITK_FLAT_KERNEL_WRAPPER_1_6D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 438 of file mlITKKernelSupport.h.
#define ML_ITK_FLAT_KERNEL_WRAPPER_TYPEDEFS_0 | ( | CLASS_NAME, | |
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 281 of file mlITKKernelSupport.h.
#define ML_ITK_FLAT_KERNEL_WRAPPER_TYPEDEFS_1 | ( | CLASS_NAME, | |
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 298 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_0_2D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Compiles only 2D code.
Definition at line 317 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_0_3D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Compiles only 3D code.
Definition at line 327 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_0_6D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 336 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_1_2D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Compiles only 2D code.
Definition at line 347 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_1_3D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Compiles only 3D code.
Definition at line 357 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_1_6D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 366 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_2_6D | ( | PROJECT_PREFIX, | |
CLASS_NAME, | |||
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 376 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_TYPEDEFS_0 | ( | CLASS_NAME, | |
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 228 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_TYPEDEFS_1 | ( | CLASS_NAME, | |
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 245 of file mlITKKernelSupport.h.
#define ML_ITK_KERNEL_WRAPPER_TYPEDEFS_2 | ( | CLASS_NAME, | |
NAMESPACE ) |
Implement all support functionality for ITK filter calls and the call to the correct template version of of calcOutSubImageT.
Definition at line 263 of file mlITKKernelSupport.h.