![]() |
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Simplified inverse ITK transforms. More...
Namespaces | |
namespace | Functor |
Functions | |
template<class T > | |
void | AlignVolumeCenters (T *fixed, T *moving, typename T::PointType &origin) |
void | GetImageType (std::string fileName, IOPixelEnum &pixelType, IOComponentEnum &componentType) |
Get the PixelType and ComponentType from fileName. | |
void | GetImageTypes (std::vector< std::string > fileNames, std::vector< IOPixelEnum > &pixelTypes, std::vector< IOComponentEnum > &componentTypes) |
Get the PixelTypes and ComponentTypes from fileNames. | |
ITKFactoryRegistration_EXPORT void | itkFactoryRegistration () |
Simplified inverse ITK transforms.
These are simple implementations of ITK inverse transforms that cannot actually compute any transformations, but only store all transform parameters. This is used for reading/writing transformToParent (resampling transform), even if only if its inverse (transformFromParent) is known. Eventually ITK may support inverse transforms, then these classes can be replaced by those ITK classes.
vtkITKNumericTraits - Extra itk::NumericTraits instantiations for VTK
vtkITKNumericTraits provides extra instantiations for itk::NumericTraits for VTK scalar types.
void itk::AlignVolumeCenters | ( | T * | fixed, |
T * | moving, | ||
typename T::PointType & | origin ) |
Definition at line 55 of file itkPluginUtilities.h.
void itk::GetImageType | ( | std::string | fileName, |
IOPixelEnum & | pixelType, | ||
IOComponentEnum & | componentType ) |
Get the PixelType and ComponentType from fileName.
Definition at line 18 of file itkPluginUtilities.h.
void itk::GetImageTypes | ( | std::vector< std::string > | fileNames, |
std::vector< IOPixelEnum > & | pixelTypes, | ||
std::vector< IOComponentEnum > & | componentTypes ) |
Get the PixelTypes and ComponentTypes from fileNames.
Definition at line 34 of file itkPluginUtilities.h.
ITKFactoryRegistration_EXPORT void itk::itkFactoryRegistration | ( | ) |