|
| 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) |
| |
| 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, iAProgress const *progress) |
| |