BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Static Public Member Functions | |
static OutputDataReader * | getReader (const std::string &file_name) |
static OutputDataReader * | getReflectometryReader (const std::string &file_name) |
Static Private Member Functions | |
static IOutputDataReadStrategy * | getReadStrategy (const std::string &file_name) |
Creates reader appropariate for given type of files.
Definition at line 23 of file OutputDataReadFactory.h.
|
static |
Definition at line 19 of file OutputDataReadFactory.cpp.
References getReadStrategy(), and OutputDataReader::setStrategy().
Referenced by IntensityDataIOFactory::readOutputData().
|
static |
Definition at line 26 of file OutputDataReadFactory.cpp.
References OutputDataReader::setStrategy().
Referenced by IntensityDataIOFactory::readReflectometryData().
|
staticprivate |
Definition at line 33 of file OutputDataReadFactory.cpp.
References DataFormatUtils::isIntFile(), and DataFormatUtils::isTiffFile().
Referenced by getReader().