open_iA 2021.08
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Typedefs | Functions
iAITKIO Namespace Reference

Typedefs

typedef itk::ImageBase< m_DIM > ImageBaseType
 
typedef ImageBaseType::Pointer ImagePointer
 
typedef ImageBaseTypeImagePtr
 
typedef itk::ImageIOBase::IOComponentType ScalarPixelType
 

Functions

template<class T >
void read_image_template (QString const &f, ImagePointer &image, bool releaseFlag)
 
ImagePointer readFile (QString const &fileName, ScalarPixelType &pixelType, bool releaseFlag)
 
template<class T >
void write_image_template (bool comp, QString const &fileName, ImagePtr image)
 
void writeFile (QString const &fileName, ImagePtr image, ScalarPixelType pixelType, bool useCompression)
 

Typedef Documentation

◆ ImageBaseType

typedef itk::ImageBase< m_DIM > iAITKIO::ImageBaseType

◆ ImagePointer

typedef ImageBaseType::Pointer iAITKIO::ImagePointer

◆ ImagePtr

◆ ScalarPixelType

typedef itk::ImageIOBase::IOComponentType iAITKIO::ScalarPixelType

Function Documentation

◆ read_image_template()

template<class T >
void iAITKIO::read_image_template ( QString const &  f,
ImagePointer image,
bool  releaseFlag 
)

◆ readFile()

iAbase_API ImagePointer iAITKIO::readFile ( QString const &  fileName,
ScalarPixelType pixelType,
bool  releaseFlag 
)

◆ write_image_template()

template<class T >
void iAITKIO::write_image_template ( bool  comp,
QString const &  fileName,
ImagePtr  image 
)

◆ writeFile()

iAbase_API void iAITKIO::writeFile ( QString const &  fileName,
ImagePtr  image,
ScalarPixelType  pixelType,
bool  useCompression 
)