#include <tgstk/tgstkGlobal.h>
#include <tgstk/algorithms/tgstkAlgorithmBase.h>
#include <vector>
#include <vtkImageData.h>
#include <vtkSmartPointer.h>
Go to the source code of this file.
◆ assertImageNumberOfScalarComponents
| #define assertImageNumberOfScalarComponents |
( |
|
image, |
|
|
|
numberOfScalarComponents |
|
) |
| _assertImageNumberOfScalarComponents(image, numberOfScalarComponents, #image) |
◆ assertImageScalarType
| #define assertImageScalarType |
( |
|
image, |
|
|
|
scalarTypes |
|
) |
| _assertImageScalarType(image, scalarTypes, #image) |