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

#include <mtz.hpp>

Inheritance diagram for gemmi::MtzExternalDataProxy:
[legend]

Public Member Functions

 MtzExternalDataProxy (const Mtz &mtz, const float *data)
 
size_t size () const
 
float get_num (size_t n) const
 
Miller get_hkl (size_t offset) const
 
- Public Member Functions inherited from gemmi::MtzDataProxy
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
 

Additional Inherited Members

- Public Types inherited from gemmi::MtzDataProxy
using num_type = float
 

Detailed Description

Definition at line 1083 of file mtz.hpp.

Constructor & Destructor Documentation

◆ MtzExternalDataProxy()

gemmi::MtzExternalDataProxy::MtzExternalDataProxy ( const Mtz mtz,
const float data 
)
inline

Definition at line 1085 of file mtz.hpp.

Member Function Documentation

◆ size()

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

Definition at line 1087 of file mtz.hpp.

◆ get_num()

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

Definition at line 1088 of file mtz.hpp.

◆ get_hkl()

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

Definition at line 1089 of file mtz.hpp.


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