open_iA  2020.01
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Namespaces | Typedefs | Functions
iAITKIO.h File Reference
#include "iATypedCallHelper.h"
#include "io/iAFileUtils.h"
#include <itkImageBase.h>
#include <itkImageIOBase.h>
#include <itkImageIOFactory.h>
#include <itkImageFileReader.h>
#include <itkImageFileWriter.h>
#include <QString>
Include dependency graph for iAITKIO.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 iAITKIO
 

Typedefs

typedef itk::ImageBase< m_DIM > iAITKIO::ImageBaseType
 
typedef ImageBaseType::Pointer iAITKIO::ImagePointer
 
typedef itk::ImageIOBase::IOComponentType iAITKIO::ScalarPixelType
 

Functions

template<class T >
void iAITKIO::read_image_template (QString const &f, ImagePointer &image, bool releaseFlag)
 
ImagePointer iAITKIO::readFile (QString const &fileName, ScalarPixelType &pixelType, bool releaseFlag)
 
template<class T >
void iAITKIO::write_image_template (bool comp, QString const &fileName, ImagePointer image)
 
void iAITKIO::writeFile (QString const &fileName, ImagePointer image, ScalarPixelType pixelType, bool useCompression=false)