MeVisLabToolboxReference
FMEwork/ITK/Sources/ITK/MLITK/ITKSupport/mlITKFixedTypesFilterSupport.h File Reference

Only for automatically generated toolkit modules: File implementing support for itk classes compiling only for fixed input and output types which must be defined in _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE and dependent on the settings also _WRAPPER_ML_INPUT_TYPE, _WRAPPER_ITK_INPUT_TYPE and _WRAPPER_ML_INPUT_TYPE_TYPE. More...

Go to the source code of this file.

Defines

#define _ML_IMPLEMENT_FIXED_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)   case _WRAPPER_ML_INPUT_TYPE_TYPE: DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, _WRAPPER_ML_INPUT_TYPE, _WRAPPER_ITK_INPUT_TYPE, USER_CODE, CLASS_NAME, DIM); break; \
 Include dll-specific settings.
#define _ML_IMPLEMENT_FLOAT_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)   case MLfloatType : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLfloat, MLfloat, USER_CODE, CLASS_NAME, DIM); break; \
 This macro implements switch cases for a floating point input type to a fixed output type.
#define _ML_IMPLEMENT_DOUBLE_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)   case MLdoubleType: DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLdouble, MLdouble, USER_CODE, CLASS_NAME, DIM); break; \
 This macro implements switch cases for a floating point input type to a fixed output type.
#define _ML_IMPLEMENT_FLOATS_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)
 This macro implements switch cases for a floating point input type to a fixed output type.
#define _ML_IMPLEMENT_INTS_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)
 This macro implements switch cases for a integer input type to a fixed output type.
#define _ML_IMPLEMENT_SIGNED_INTS_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)
 This macro implements switch cases for a signed integer input type to a fixed output type.
#define _ML_IMPLEMENT_SIGNED_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)
 This macro implements switch cases for a signed integer input type to a fixed output type.
#define _ML_IMPLEMENT_SIGNED_ANY_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)   _ML_IMPLEMENT_SIGNED_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST) \
 Same as _ML_IMPLEMENT_SIGNED_TO_FIXED_WRAPPER_CASES.
#define _ML_IMPLEMENT_ANY_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)
 This macro implements switch cases for a any normal input type to a fixed output type.
#define _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)
 This macro implements code only for a fixed input type to float output.
#define _ML_IMPLEMENT_TO_FIXED_ITK_2D_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM)   _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, _ML_INSTANTIATE_2D_CODE)
 This macro implements code only for 2D floating point ML voxel data type .
#define _ML_IMPLEMENT_TO_FIXED_ITK_3D_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM)   _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, _ML_INSTANTIATE_3D_CODE)
 This macro implements code only for 3D floating point ML voxel data type .
#define _ML_IMPLEMENT_TO_FIXED_ITK_2D3D_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM)   _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, _ML_INSTANTIATE_2D3D_CODE)
 This macro implements code for 2+3D floating point ML voxel data type .
#define _ML_IMPLEMENT_TO_FIXED_ITK_6D_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM)   _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, _ML_INSTANTIATE_6D_CODE)
 This macro implements code for 2D, 3D, and 6D floating point ML voxel data type.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_0_2D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_1_2D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_2_2D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_3_2D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_0_3D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_1_3D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_2_3D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_3_3D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_0_2D3D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_1_2D3D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_2_2D3D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_3_2D3D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_0_6D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_1_6D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_2_6D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.
#define ML_ITK_TO_FIXED_FILTER_WRAPPER_3_6D(PROJECT_PREFIX, CLASSNAME, NAMESPACE)
 Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Detailed Description

Only for automatically generated toolkit modules: File implementing support for itk classes compiling only for fixed input and output types which must be defined in _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE and dependent on the settings also _WRAPPER_ML_INPUT_TYPE, _WRAPPER_ITK_INPUT_TYPE and _WRAPPER_ML_INPUT_TYPE_TYPE.

Author:
Wolf Spindler
Date:
automatically generated

Definition in file mlITKFixedTypesFilterSupport.h.


Define Documentation

#define _ML_IMPLEMENT_ANY_TO_FIXED_WRAPPER_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)
Value:
_ML_IMPLEMENT_INTS_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)     \
    _ML_IMPLEMENT_FLOATS_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)   \

This macro implements switch cases for a any normal input type to a fixed output type.

This macro requres that _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE are defined before.

Definition at line 109 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_DOUBLE_TO_FIXED_WRAPPER_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)    case MLdoubleType: DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLdouble, MLdouble, USER_CODE, CLASS_NAME, DIM); break; \

This macro implements switch cases for a floating point input type to a fixed output type.

This macro requres that _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE are defined before.

Definition at line 50 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_FIXED_TO_FIXED_WRAPPER_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)    case _WRAPPER_ML_INPUT_TYPE_TYPE: DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, _WRAPPER_ML_INPUT_TYPE, _WRAPPER_ITK_INPUT_TYPE, USER_CODE, CLASS_NAME, DIM); break; \

Include dll-specific settings.

This macro implements switch cases for a fixed input type to a fixed output type. This macro requres that _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE are and _WRAPPER_ML_INPUT_TYPE and _WRAPPER_ITK_INPUT_TYPE are defined before.

Definition at line 34 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_FLOAT_TO_FIXED_WRAPPER_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)    case MLfloatType : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLfloat, MLfloat, USER_CODE, CLASS_NAME, DIM); break; \

This macro implements switch cases for a floating point input type to a fixed output type.

This macro requres that _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE are defined before.

Definition at line 42 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_FLOATS_TO_FIXED_WRAPPER_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)
Value:
_ML_IMPLEMENT_FLOAT_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)                     \
    _ML_IMPLEMENT_DOUBLE_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)                    \

This macro implements switch cases for a floating point input type to a fixed output type.

This macro requres that _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE are defined before.

Definition at line 58 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_INTS_TO_FIXED_WRAPPER_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)
Value:
case MLint8Type  : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLint8  , MLint8  , USER_CODE, CLASS_NAME, DIM); break; \
    case MLuint8Type : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLuint8 , MLuint8 , USER_CODE, CLASS_NAME, DIM); break; \
    case MLint16Type : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLint16 , MLint16 , USER_CODE, CLASS_NAME, DIM); break; \
    case MLuint16Type: DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLuint16, MLuint16, USER_CODE, CLASS_NAME, DIM); break; \
    case MLint32Type : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLint32 , MLint32 , USER_CODE, CLASS_NAME, DIM); break; \
    case MLuint32Type: DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLuint32, MLuint32, USER_CODE, CLASS_NAME, DIM); break; \

This macro implements switch cases for a integer input type to a fixed output type.

This macro requres that _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE are defined before.

Definition at line 67 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_SIGNED_ANY_TO_FIXED_WRAPPER_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)    _ML_IMPLEMENT_SIGNED_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST) \

Same as _ML_IMPLEMENT_SIGNED_TO_FIXED_WRAPPER_CASES.

Needed for automatic creation of input combinations.

Definition at line 101 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_SIGNED_INTS_TO_FIXED_WRAPPER_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)
Value:
case MLint8Type  : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLint8  , MLint8  , USER_CODE, CLASS_NAME, DIM); break; \
    case MLint16Type : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLint16 , MLint16 , USER_CODE, CLASS_NAME, DIM); break; \
    case MLint32Type : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLint32 , MLint32 , USER_CODE, CLASS_NAME, DIM); break; \

This macro implements switch cases for a signed integer input type to a fixed output type.

This macro requres that _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE are defined before.

Definition at line 80 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_SIGNED_TO_FIXED_WRAPPER_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)
Value:
case MLint8Type  : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLint8  , MLint8  , USER_CODE, CLASS_NAME, DIM); break; \
    case MLint16Type : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLint16 , MLint16 , USER_CODE, CLASS_NAME, DIM); break; \
    case MLint32Type : DIM_INST(_WRAPPER_ML_OUTPUT_TYPE, _WRAPPER_ITK_OUTPUT_TYPE, MLint32 , MLint32 , USER_CODE, CLASS_NAME, DIM); break; \
    _ML_IMPLEMENT_FLOATS_TO_FIXED_WRAPPER_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)                   \

This macro implements switch cases for a signed integer input type to a fixed output type.

This macro requres that _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE are defined before.

Definition at line 90 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_TO_FIXED_ITK_2D3D_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM 
)    _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, _ML_INSTANTIATE_2D3D_CODE)

This macro implements code for 2+3D floating point ML voxel data type .

Definition at line 141 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_TO_FIXED_ITK_2D_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM 
)    _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, _ML_INSTANTIATE_2D_CODE)

This macro implements code only for 2D floating point ML voxel data type .

Definition at line 129 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_TO_FIXED_ITK_3D_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM 
)    _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, _ML_INSTANTIATE_3D_CODE)

This macro implements code only for 3D floating point ML voxel data type .

Definition at line 135 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_TO_FIXED_ITK_6D_CASES (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM 
)    _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, _ML_INSTANTIATE_6D_CODE)

This macro implements code for 2D, 3D, and 6D floating point ML voxel data type.

Definition at line 147 of file mlITKFixedTypesFilterSupport.h.

#define _ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS (   INFO_STRING,
  USER_CODE,
  CLASS_NAME,
  DATATYPE_ENUM,
  DIM,
  DIM_INST 
)
Value:
switch(DATATYPE_ENUM){                                                                                            \
    _ML_FIXED_IMPL_CASES(INFO_STRING, USER_CODE, CLASS_NAME, DATATYPE_ENUM, DIM, DIM_INST)                          \
    default: { ML_PRINT_ERROR(#CLASS_NAME, ML_BAD_DATA_TYPE, "Fixed type case not executed(_ML_IMPLEMENT_TO_FIXED_ITK_CASES_ALL_DIMS)."); break; }             \
  }                                                                                                                 \

This macro implements code only for a fixed input type to float output.

This macro requres that _ML_FIXED_IMPL_CASES, _WRAPPER_ML_OUTPUT_TYPE and _WRAPPER_ITK_OUTPUT_TYPE and _WRAPPER_ML_INPUT_TYPE _WRAPPER_ITK_INPUT_TYPE (dependent on _ML_FIXED_IMPL_CASES) are defined before.

Definition at line 119 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_0_2D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles only 2D code.

Definition at line 156 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_0_2D3D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles 2+3D code.

Definition at line 258 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_0_3D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles only 3D code.

Definition at line 207 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_0_6D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Definition at line 308 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_1_2D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles only 2D code.

Definition at line 168 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_1_2D3D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles 2+3D code.

Definition at line 270 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_1_3D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles only 3D code.

Definition at line 219 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_1_6D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Definition at line 319 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_2_2D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles only 2D code.

Definition at line 180 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_2_2D3D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles 2+3D code.

Definition at line 282 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_2_3D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles only 3D code.

Definition at line 231 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_2_6D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Definition at line 330 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_3_2D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles only 2D code.

Definition at line 192 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_3_2D3D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles 2+3D code.

Definition at line 294 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_3_3D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Compiles only 3D code.

Definition at line 243 of file mlITKFixedTypesFilterSupport.h.

#define ML_ITK_TO_FIXED_FILTER_WRAPPER_3_6D (   PROJECT_PREFIX,
  CLASSNAME,
  NAMESPACE 
)
Value:

Implement all support functionality for ITK level set filter calls and the call to the correct template version of of calcOutSubImageT.

Definition at line 341 of file mlITKFixedTypesFilterSupport.h.