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

#include <binner.hpp>

Public Member Functions

 HklMatch (const Miller *hkl, size_t hkl_size_, const Miller *ref, size_t ref_size)
 
 HklMatch (const std::vector< Miller > &hkl, const std::vector< Miller > &ref)
 
template<typename T >
std::vector< Taligned (const std::vector< T > &v, T nan)
 

Public Attributes

std::vector< intpos
 
size_t hkl_size
 

Detailed Description

Definition at line 197 of file binner.hpp.

Constructor & Destructor Documentation

◆ HklMatch() [1/2]

gemmi::HklMatch::HklMatch ( const Miller hkl,
size_t  hkl_size_,
const Miller ref,
size_t  ref_size 
)
inline

Definition at line 201 of file binner.hpp.

◆ HklMatch() [2/2]

gemmi::HklMatch::HklMatch ( const std::vector< Miller > &  hkl,
const std::vector< Miller > &  ref 
)
inline

Definition at line 229 of file binner.hpp.

Member Function Documentation

◆ aligned()

template<typename T >
std::vector< T > gemmi::HklMatch::aligned ( const std::vector< T > &  v,
T  nan 
)
inline

Definition at line 232 of file binner.hpp.

Member Data Documentation

◆ pos

std::vector<int> gemmi::HklMatch::pos

Definition at line 198 of file binner.hpp.

◆ hkl_size

size_t gemmi::HklMatch::hkl_size

Definition at line 199 of file binner.hpp.


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