Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <itkCastImageFilter.h>
#include <mitkConfig.h>
#include <mitkImageToItk.h>
#include <boost/preprocessor/cat.hpp>
#include <boost/preprocessor/expand.hpp>
#include <boost/preprocessor/seq/for_each.hpp>
#include <boost/preprocessor/seq/for_each_product.hpp>
#include <boost/preprocessor/seq/to_tuple.hpp>
Go to the source code of this file.
Macros | |
#define | InstantiateAccessFunctionImpl(r, itkImgFunc, type) |
#define | InstantiateAccessFunctionProductImpl(r, product) |
#define | InstantiateAccessFunctionForFixedType(itkImgFunc, pixelTypeSeq, dimSeq) |
Instantiate access function for the given pixel types and dimensions. More... | |
#define | InstantiateAccessFunction(itkImgFunc) |
Instantiate access function for all datatypes and dimensions. More... | |
#define | InstantiateAccessFunctionForFixedDimension(itkImgFunc, dim) |
Instantiate access function for all datatypes and a specific dimension. More... | |
#define | InstantiateAccessFunctionForFixedPixelType(itkImgFunc, pixelTypeSeq) |
Instantiate access function for all given pixel types and all dimensions. More... | |
#define | InstantiateAccessFunctionForIntegralPixelTypes(itkImgFunc) |
Instantiate access function for integral datatypes and all dimensions. More... | |
#define | InstantiateAccessFunctionForFloatingPixelTypes(itkImgFunc) |
Instantiate access function for floating point datatypes and all dimensions. More... | |
#define InstantiateAccessFunctionImpl | ( | r, | |
itkImgFunc, | |||
type | |||
) |
Definition at line 28 of file mitkInstantiateAccessFunctions.h.
#define InstantiateAccessFunctionProductImpl | ( | r, | |
product | |||
) |
Definition at line 36 of file mitkInstantiateAccessFunctions.h.