open_iA 2025.6
Loading...
Searching...
No Matches
iATypedCallHelper.h File Reference
#include <stdexcept>

Macros

#define ITK_TYPED_CALL(function, itk_scalar_type, ...)
 Call a specific instance of a templated function based on ITK's scalar type.
 
#define VTK_TYPED_CALL(function, vtk_scalar_type, ...)
 Call a specific instance of a templated function based on VTK's scalar type.
 

Macro Definition Documentation

◆ ITK_TYPED_CALL

#define ITK_TYPED_CALL ( function,
itk_scalar_type,
... )

Call a specific instance of a templated function based on ITK's scalar type.

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

◆ VTK_TYPED_CALL

#define VTK_TYPED_CALL ( function,
vtk_scalar_type,
... )

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

Note
function return type must be void
See also
iAToolsVTK, iAHistogramData