Gemmi C++ API
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
gemmi::MtzDataProxy Struct Reference

#include <mtz.hpp>

Inheritance diagram for gemmi::MtzDataProxy:
[legend]

Public Types

using num_type = float
 

Public Member Functions

size_t stride () const
 
size_t size () const
 
float get_num (size_t n) const
 
const UnitCellunit_cell () const
 
const SpaceGroupspacegroup () const
 
Miller get_hkl (size_t offset) const
 
size_t column_index (const std::string &label) const
 

Detailed Description

Definition at line 1065 of file mtz.hpp.

Member Typedef Documentation

◆ num_type

Definition at line 1069 of file mtz.hpp.

Member Function Documentation

◆ stride()

size_t gemmi::MtzDataProxy::stride ( ) const
inline

Definition at line 1067 of file mtz.hpp.

◆ size()

size_t gemmi::MtzDataProxy::size ( ) const
inline

Definition at line 1068 of file mtz.hpp.

◆ get_num()

float gemmi::MtzDataProxy::get_num ( size_t  n) const
inline

Definition at line 1070 of file mtz.hpp.

◆ unit_cell()

const UnitCell & gemmi::MtzDataProxy::unit_cell ( ) const
inline

Definition at line 1071 of file mtz.hpp.

◆ spacegroup()

const SpaceGroup * gemmi::MtzDataProxy::spacegroup ( ) const
inline

Definition at line 1072 of file mtz.hpp.

◆ get_hkl()

Miller gemmi::MtzDataProxy::get_hkl ( size_t  offset) const
inline

Definition at line 1073 of file mtz.hpp.

◆ column_index()

size_t gemmi::MtzDataProxy::column_index ( const std::string &  label) const
inline

Definition at line 1075 of file mtz.hpp.


The documentation for this struct was generated from the following file: