Gemmi C++ API
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
xds_ascii.hpp File Reference
#include "atof.hpp"
#include "atox.hpp"
#include "input.hpp"
#include "fileutil.hpp"
#include "unitcell.hpp"
#include "util.hpp"

Go to the source code of this file.

Classes

struct  gemmi::XdsAscii
 
struct  gemmi::XdsAscii::Refl
 
struct  gemmi::XdsAscii::Iset
 

Namespaces

namespace  gemmi
 

Functions

bool gemmi::likely_in_house_source (double wavelength)
 
template<size_t N>
bool gemmi::starts_with_ptr (const char *a, const char(&b)[N], const char **endptr)
 
template<size_t N>
bool gemmi::starts_with_ptr_b (const char *a, const char(&b)[N], const char **endptr)
 
const chargemmi::parse_number_into (const char *start, const char *end, double &val, const char *line)
 
template<int N>
void gemmi::parse_numbers_into_array (const char *start, const char *end, double(&arr)[N], const char *line)
 
XdsAscii gemmi::read_xds_ascii_file (const std::string &path)