|
open_iA 2025.6
|
#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. | |
| #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.