|
| template<class T> |
| void | iAITKIO::read_image_template (QString const &f, ImagePointer &image, bool releaseFlag, iAProgress const *progress) |
| |
| ImagePointer | iAITKIO::readFile (QString const &fileName, PixelType &pixelType, ScalarType &scalarType, bool releaseFlag, iAProgress const *progress=nullptr) |
| | Use ITK's file IO to read files from a given file name, returning its pixel and scalar type.
|
| |
| template<class T> |
| void | iAITKIO::write_image_template (bool comp, QString const &fileName, ImagePtr image, iAProgress const *progress) |
| |
| void | iAITKIO::writeFile (QString const &fileName, ImagePtr image, ScalarType scalarType, bool useCompression=false, iAProgress const *progress=nullptr) |
| | Use ITK's file IO to write an image to a file.
|
| |