#include <itkIOTestHelper.h>
Definition at line 29 of file itkIOTestHelper.h.
|
template<typename ImageType > |
static ImageType::Pointer | AllocateImageFromRegionAndSpacing (const typename ImageType::RegionType ®ion, const typename ImageType::SpacingType &spacing) |
|
template<typename ImageType > |
static ImageType::Pointer | AllocateImageFromRegionAndSpacing (const typename ImageType::RegionType ®ion, const typename ImageType::SpacingType &spacing, int vecLength) |
|
static void | RandomPix (vnl_random &randgen, double &pix) |
|
static void | RandomPix (vnl_random &randgen, float &pix) |
|
static void | RandomPix (vnl_random &randgen, itk::RGBPixel< unsigned char > &pix) |
|
static void | RandomPix (vnl_random &randgen, long long &pix) |
|
template<typename TPixel > |
static void | RandomPix (vnl_random &randgen, TPixel &pix) |
|
static void | RandomPix (vnl_random &randgen, unsigned long long &pix) |
|
template<typename TImage > |
static TImage::Pointer | ReadImage (const std::string &fileName, const bool zeroOrigin=false, typename ImageIOBase::Pointer imageio=nullptr) |
|
static int | Remove (const char *fname) |
|
template<typename ImageType > |
static void | SetIdentityDirection (typename ImageType::Pointer &im) |
|
template<typename ImageType , typename ImageIOType > |
static void | WriteImage (typename ImageType::Pointer image, const std::string &filename, typename ImageIOType::Pointer imageio=nullptr) |
|
◆ AllocateImageFromRegionAndSpacing() [1/2]
template<typename ImageType >
static ImageType::Pointer itk::IOTestHelper::AllocateImageFromRegionAndSpacing |
( |
const typename ImageType::RegionType & |
region, |
|
|
const typename ImageType::SpacingType & |
spacing |
|
) |
| |
|
inlinestatic |
◆ AllocateImageFromRegionAndSpacing() [2/2]
template<typename ImageType >
static ImageType::Pointer itk::IOTestHelper::AllocateImageFromRegionAndSpacing |
( |
const typename ImageType::RegionType & |
region, |
|
|
const typename ImageType::SpacingType & |
spacing, |
|
|
int |
vecLength |
|
) |
| |
|
inlinestatic |
◆ RandomPix() [1/6]
static void itk::IOTestHelper::RandomPix |
( |
vnl_random & |
randgen, |
|
|
double & |
pix |
|
) |
| |
|
inlinestatic |
◆ RandomPix() [2/6]
static void itk::IOTestHelper::RandomPix |
( |
vnl_random & |
randgen, |
|
|
float & |
pix |
|
) |
| |
|
inlinestatic |
◆ RandomPix() [3/6]
static void itk::IOTestHelper::RandomPix |
( |
vnl_random & |
randgen, |
|
|
itk::RGBPixel< unsigned char > & |
pix |
|
) |
| |
|
inlinestatic |
◆ RandomPix() [4/6]
static void itk::IOTestHelper::RandomPix |
( |
vnl_random & |
randgen, |
|
|
long long & |
pix |
|
) |
| |
|
inlinestatic |
◆ RandomPix() [5/6]
template<typename TPixel >
static void itk::IOTestHelper::RandomPix |
( |
vnl_random & |
randgen, |
|
|
TPixel & |
pix |
|
) |
| |
|
inlinestatic |
◆ RandomPix() [6/6]
static void itk::IOTestHelper::RandomPix |
( |
vnl_random & |
randgen, |
|
|
unsigned long long & |
pix |
|
) |
| |
|
inlinestatic |
◆ ReadImage()
template<typename TImage >
◆ Remove()
static int itk::IOTestHelper::Remove |
( |
const char * |
fname | ) |
|
|
inlinestatic |
◆ SetIdentityDirection()
template<typename ImageType >
◆ WriteImage()
template<typename ImageType , typename ImageIOType >
The documentation for this class was generated from the following file: