|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iARawFileIO.h"#include "iAFileUtils.h"#include "iAITKIO.h"#include "iAProgress.h"#include "iAToolsVTK.h"#include "iAValueTypeVectorHelpers.h"#include "iAConnector.h"#include "iATypedCallHelper.h"#include <itkImage.h>#include <itkRawImageIO.h>#include <itkImageFileReader.h>#include <itkImageFileWriter.h>#include <vtkImageData.h>Macros | |
| #define | RAW_LOAD_METHOD ITK |
Functions | |
| template<class T > | |
| void | readRawImage (QVariantMap const ¶ms, QString const &fileName, iAConnector &image, iAProgress const &progress) |
| template<class T > | |
| void | writeRawImage (QString const &fileName, vtkImageData *img, QVariantMap paramValues, iAProgress const &progress) |
| #define RAW_LOAD_METHOD ITK |
| void readRawImage | ( | QVariantMap const & | params, |
| QString const & | fileName, | ||
| iAConnector & | image, | ||
| iAProgress const & | progress | ||
| ) |
| void writeRawImage | ( | QString const & | fileName, |
| vtkImageData * | img, | ||
| QVariantMap | paramValues, | ||
| iAProgress const & | progress | ||
| ) |