plastimatch
|
#include "plmbase_config.h"
#include "itkImageRegionIterator.h"
#include "itkShiftScaleImageFilter.h"
#include "itk_image_shift_scale.h"
Functions | |
template<class T > | |
void | itk_image_scale (T img, float scale) |
template<class T > | |
void | itk_image_shift_scale (T img, float shift, float scale) |
template void | itk_image_scale (FloatImageType::Pointer, float) |
template void | itk_image_shift_scale (Int32ImageType::Pointer, float, float) |
template void | itk_image_shift_scale (FloatImageType::Pointer, float, float) |
template void itk_image_scale | ( | FloatImageType::Pointer | , |
float | ) |
void itk_image_scale | ( | T | img, |
float | scale ) |
template void itk_image_shift_scale | ( | FloatImageType::Pointer | , |
float | , | ||
float | ) |
template void itk_image_shift_scale | ( | Int32ImageType::Pointer | , |
float | , | ||
float | ) |
void itk_image_shift_scale | ( | T | img, |
float | shift, | ||
float | scale ) |