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

#include <refln.hpp>

Public Types

using num_type = double
 

Public Member Functions

 ReflnDataProxy (const ReflnBlock &rb)
 
size_t stride () const
 
size_t size () const
 
double 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 219 of file refln.hpp.

Member Typedef Documentation

◆ num_type

Definition at line 226 of file refln.hpp.

Constructor & Destructor Documentation

◆ ReflnDataProxy()

gemmi::ReflnDataProxy::ReflnDataProxy ( const ReflnBlock rb)
inlineexplicit

Definition at line 222 of file refln.hpp.

Member Function Documentation

◆ stride()

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

Definition at line 224 of file refln.hpp.

◆ size()

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

Definition at line 225 of file refln.hpp.

◆ get_num()

double gemmi::ReflnDataProxy::get_num ( size_t  n) const
inline

Definition at line 227 of file refln.hpp.

◆ unit_cell()

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

Definition at line 228 of file refln.hpp.

◆ spacegroup()

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

Definition at line 229 of file refln.hpp.

◆ get_hkl()

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

Definition at line 230 of file refln.hpp.

◆ column_index()

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

Definition at line 235 of file refln.hpp.


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