Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Namespaces | Functions
itkPluginUtilities.h File Reference
#include <itkContinuousIndex.h>
#include <itkImage.h>
#include <itkImageFileReader.h>
#include <itkPluginFilterWatcher.h>
#include <vector>
#include <string>
Include dependency graph for itkPluginUtilities.h:

Go to the source code of this file.

Namespaces

 itk
 Simplified inverse ITK transforms.
 

Functions

template<class T >
void itk::AlignVolumeCenters (T *fixed, T *moving, typename T::PointType &origin)
 
void itk::GetImageType (std::string fileName, ImageIOBase::IOPixelType &pixelType, ImageIOBase::IOComponentType &componentType)
 Get the PixelType and ComponentType from fileName. More...
 
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. More...