STIR
6.2.0
|
Declaration of stir::read_from_file functions (providing easy access to class stir::InputFileFormatRegistry) More...
Go to the source code of this file.
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
template<class DataT , class FileT > | |
unique_ptr< DataT > | stir::read_from_file (const FileSignature &signature, FileT file) |
Function that reads data from file using the default InputFileFormatRegistry, using the provided FileSignature to find the matching file format. More... | |
template<class DataT , class FileT > | |
unique_ptr< DataT > | stir::read_from_file (FileT file) |
Function that reads data from file using the default InputFileFormatRegistry. More... | |
Declaration of stir::read_from_file functions (providing easy access to class stir::InputFileFormatRegistry)