|
open_iA 2023.02
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
#include "iAImageStackFileIO.h"#include "iAExceptionThrowingErrorObserver.h"#include "iAFileStackParams.h"#include "iAFileUtils.h"#include "iAProgress.h"#include "iAStringHelper.h"#include "iAToolsVTK.h"#include "iAValueTypeVectorHelpers.h"#include "iAITKFileIO.h"#include <QDir>#include <QFileInfo>#include <vtkCommand.h>#include <vtkImageData.h>#include <vtkImageReader2.h>#include <vtkBMPReader.h>#include <vtkJPEGReader.h>#include <vtkPNGReader.h>#include <vtkTIFFReader.h>#include <vtkStringArray.h>#include "iAExtendedTypedCallHelper.h"#include "iAToolsITK.h"#include <itkBMPImageIO.h>#include <itkJPEGImageIO.h>#include <itkPNGImageIO.h>#include <itkTIFFImageIO.h>#include <itkImage.h>#include <itkImageSeriesWriter.h>#include <itkNumericSeriesFileNames.h>Functions | |
| template<typename T > | |
| void | writeImageStack (itk::ImageBase< 3 > *img, QString const &base, QString const &suffix, int numDigits, int minIdx, int maxIdx, bool comp, iAProgress const &progress) |
| void writeImageStack | ( | itk::ImageBase< 3 > * | img, |
| QString const & | base, | ||
| QString const & | suffix, | ||
| int | numDigits, | ||
| int | minIdx, | ||
| int | maxIdx, | ||
| bool | comp, | ||
| iAProgress const & | progress | ||
| ) |