![]() |
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <itkContinuousIndex.h>
#include <itkCommonEnums.h>
#include <itkImageFileReader.h>
#include <itkPluginFilterWatcher.h>
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | 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, IOPixelEnum &pixelType, IOComponentEnum &componentType) |
Get the PixelType and ComponentType from fileName. | |
void | itk::GetImageTypes (std::vector< std::string > fileNames, std::vector< IOPixelEnum > &pixelTypes, std::vector< IOComponentEnum > &componentTypes) |
Get the PixelTypes and ComponentTypes from fileNames. | |