open_iA 2024.9
Loading...
Searching...
No Matches
iAExtendedTypedCallHelper.h File Reference
#include <QString>

Macros

#define ITK_EXTENDED_TYPED_CALL(function, itk_scalar_type, itk_pixel_type, ...)
 Call a specific instance of a templated function based on ITK's scalar and pixel types.
 
#define VTK_EXTENDED_TYPED_CALL(function, vtk_scalar_type, number_of_components, ...)
 Call a specific instance of a templated function based on VTK's scalar type and number of components.
 

Macro Definition Documentation

◆ ITK_EXTENDED_TYPED_CALL

#define ITK_EXTENDED_TYPED_CALL ( function,
itk_scalar_type,
itk_pixel_type,
... )

Call a specific instance of a templated function based on ITK's scalar and pixel types.

Note
function return type must be void
See also
iAConnector, iAITKIO

◆ VTK_EXTENDED_TYPED_CALL

#define VTK_EXTENDED_TYPED_CALL ( function,
vtk_scalar_type,
number_of_components,
... )

Call a specific instance of a templated function based on VTK's scalar type and number of components.

Note
function return type must be void
See also
iAConnector