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