STIR  6.2.0
Namespaces | Functions
read_from_file.h File Reference

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

#include "stir/IO/InputFileFormatRegistry.h"
#include "stir/unique_ptr.h"

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...
 

Detailed Description

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

Author
Kris Thielemans