|
Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Simplified inverse ITK transforms. More...
Namespaces | |
| Functor | |
Functions | |
| template<class T > | |
| void | AlignVolumeCenters (T *fixed, T *moving, typename T::PointType &origin) |
| void | GetImageType (std::string fileName, ImageIOBase::IOPixelType &pixelType, ImageIOBase::IOComponentType &componentType) |
| Get the PixelType and ComponentType from fileName. More... | |
| void | GetImageTypes (std::vector< std::string > fileNames, std::vector< ImageIOBase::IOPixelType > &pixelTypes, std::vector< ImageIOBase::IOComponentType > &componentTypes) |
| Get the PixelTypes and ComponentTypes from fileNames. More... | |
| * | itkConceptMacro (OutputEqualityComparableCheck, *(Concept::EqualityComparable< OutputImagePixelType >)) |
| * | itkConceptMacro (InputEqualityComparableCheck, *(Concept::EqualityComparable< InputImagePixelType >)) |
| * | itkConceptMacro (SameDimensionCheck, *(Concept::SameDimension< InputImageDimension, OutputImageDimension >)) |
| * | itkConceptMacro (IntConvertibleToInputCheck, *(Concept::Convertible< int, InputImagePixelType >)) |
| * | itkConceptMacro (OutputOStreamWritableCheck, *(Concept::OStreamWritable< OutputImagePixelType >)) |
| ITKFactoryRegistration_EXPORT void | itkFactoryRegistration () |
Simplified inverse ITK transforms.
These are simple implementatations 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 57 of file itkPluginUtilities.h.
| void itk::GetImageType | ( | std::string | fileName, |
| ImageIOBase::IOPixelType & | pixelType, | ||
| ImageIOBase::IOComponentType & | 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< ImageIOBase::IOPixelType > & | pixelTypes, | ||
| std::vector< ImageIOBase::IOComponentType > & | componentTypes | ||
| ) |
Get the PixelTypes and ComponentTypes from fileNames.
Definition at line 34 of file itkPluginUtilities.h.
| * itk::itkConceptMacro | ( | OutputEqualityComparableCheck | , |
| * | Concept::EqualityComparable< OutputImagePixelType > | ||
| ) |
/** Begin concept checking
| * itk::itkConceptMacro | ( | InputEqualityComparableCheck | , |
| * | Concept::EqualityComparable< InputImagePixelType > | ||
| ) |
| * itk::itkConceptMacro | ( | SameDimensionCheck | , |
| * | Concept::SameDimension< InputImageDimension, OutputImageDimension > | ||
| ) |
| * itk::itkConceptMacro | ( | IntConvertibleToInputCheck | , |
| * | Concept::Convertible< int, InputImagePixelType > | ||
| ) |
| * itk::itkConceptMacro | ( | OutputOStreamWritableCheck | , |
| * | Concept::OStreamWritable< OutputImagePixelType > | ||
| ) |
| ITKFactoryRegistration_EXPORT void itk::itkFactoryRegistration | ( | ) |
1.8.14