xmol::io::xdr::XtcReader class

Constructors, destructors, conversion operators

XtcReader(const std::string& filename) explicit

Public functions

auto read_header(XtcHeader& header) -> Status -> auto
auto read_box(const future::Span<float>& box) -> Status -> auto
auto read_coords(const future::Span<float>& flat_coords) -> Status -> auto
auto advance(size_t n_frames) -> Status -> auto
auto last_error() const -> const char*
Skip n_frame frames.