open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Loading...
Searching...
No Matches
Namespaces | Functions
iAITKIO.cpp File Reference
#include "iAITKIO.h"
#include "iAFileUtils.h"
#include "iAProgress.h"
#include "iATypedCallHelper.h"
#include "iAExtendedTypedCallHelper.h"
#include <itkImage.h>
#include <itkImageFileReader.h>
#include <itkImageFileWriter.h>
#include <itkImageIOFactory.h>
#include <QString>

Namespaces

namespace  iAITKIO
 

Functions

template<class T >
void iAITKIO::read_image_template (QString const &f, ImagePointer &image, bool releaseFlag, iAProgress const *progress)
 
ImagePointer iAITKIO::readFile (QString const &fileName, PixelType &pixelType, ScalarType &scalarType, bool releaseFlag, iAProgress const *progress)
 
template<class T >
void iAITKIO::write_image_template (bool comp, QString const &fileName, ImagePtr image, iAProgress const *progress)
 
void iAITKIO::writeFile (QString const &fileName, ImagePtr image, ScalarType scalarType, bool useCompression, iAProgress const *progress)