![]() |
open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAITKIO.h"#include "iAFileUtils.h"#include "iATypedCallHelper.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) |
| ImagePointer | iAITKIO::readFile (QString const &fileName, ScalarPixelType &pixelType, bool releaseFlag) |
| template<class T > | |
| void | iAITKIO::write_image_template (bool comp, QString const &fileName, ImagePtr image) |
| void | iAITKIO::writeFile (QString const &fileName, ImagePtr image, ScalarPixelType pixelType, bool useCompression) |