![]() |
open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAbase_export.h"#include <itkImageBase.h>#include <itkImageIOBase.h>Namespaces | |
| namespace | iAITKIO |
Typedefs | |
| typedef itk::ImageBase< m_DIM > | iAITKIO::ImageBaseType |
| typedef ImageBaseType::Pointer | iAITKIO::ImagePointer |
| typedef ImageBaseType * | iAITKIO::ImagePtr |
| typedef itk::ImageIOBase::IOComponentType | iAITKIO::ScalarPixelType |
Functions | |
| ImagePointer | iAITKIO::readFile (QString const &fileName, ScalarPixelType &pixelType, bool releaseFlag) |
| void | iAITKIO::writeFile (QString const &fileName, ImagePtr image, ScalarPixelType pixelType, bool useCompression) |