STIR 6.4.0
read_from_file.h File Reference

Declaration of stir::read_from_file functions (providing easy access to class stir::InputFileFormatRegistry) More...

Go to the source code of this file.

Namespaces

namespace  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.
 
template<class DataT, class FileT>
unique_ptr< DataT > stir::read_from_file (FileT file)
 Function that reads data from file using the default InputFileFormatRegistry.
 

Detailed Description

Declaration of stir::read_from_file functions (providing easy access to class stir::InputFileFormatRegistry)

Author
Kris Thielemans