BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Go to the source code of this file.
Namespaces | |
DataFormatUtils | |
Functions | |
bool | DataFormatUtils::isCompressed (const std::string &name) |
bool | DataFormatUtils::isGZipped (const std::string &name) |
bool | DataFormatUtils::isBZipped (const std::string &name) |
std::string | DataFormatUtils::GetFileMainExtension (const std::string &name) |
bool | DataFormatUtils::isIntFile (const std::string &file_name) |
bool | DataFormatUtils::isTiffFile (const std::string &file_name) |
std::unique_ptr< IAxis > | DataFormatUtils::createAxis (std::istream &input_stream) |
void | DataFormatUtils::fillOutputData (OutputData< double > *data, std::istream &input_stream) |
std::vector< double > | DataFormatUtils::parse_doubles (const std::string &str) |
void | DataFormatUtils::readLineOfDoubles (std::vector< double > &buffer, std::istringstream &iss) |
Defines class OutputDataIOFactory.
Definition in file DataFormatUtils.h.