|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAbase_export.h"#include "iAItkVersion.h"#include <itkImageBase.h>#include <itkImageIOBase.h>Namespaces | |
| namespace | iAITKIO |
Typedefs | |
| using | iAITKIO::ImageBaseType = itk::ImageBase< Dim > |
| using | iAITKIO::ImagePointer = ImageBaseType::Pointer |
| using | iAITKIO::ImagePtr = ImageBaseType * |
| using | iAITKIO::PixelType = itk::CommonEnums::IOPixel |
| using | iAITKIO::ScalarType = itk::CommonEnums::IOComponent |
Functions | |
| ImagePointer | iAITKIO::readFile (QString const &fileName, PixelType &pixelType, ScalarType &scalarType, bool releaseFlag, iAProgress const *progress) |
| void | iAITKIO::writeFile (QString const &fileName, ImagePtr image, ScalarType scalarType, bool useCompression, iAProgress const *progress) |