Gemmi C++ API
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
gemmi::FPhiProxy< DataProxy > Struct Template Reference

#include <fourier.hpp>

Inheritance diagram for gemmi::FPhiProxy< DataProxy >:
[legend]

Public Types

using real = typename DataProxy::num_type
 

Public Member Functions

 FPhiProxy (const DataProxy &data_proxy, size_t f_col, size_t phi_col)
 
real get_f (size_t offset) const
 
double get_phi (size_t offset) const
 

Detailed Description

template<typename DataProxy>
struct gemmi::FPhiProxy< DataProxy >

Definition at line 150 of file fourier.hpp.

Member Typedef Documentation

◆ real

template<typename DataProxy >
using gemmi::FPhiProxy< DataProxy >::real = typename DataProxy::num_type

Definition at line 156 of file fourier.hpp.

Constructor & Destructor Documentation

◆ FPhiProxy()

template<typename DataProxy >
gemmi::FPhiProxy< DataProxy >::FPhiProxy ( const DataProxy &  data_proxy,
size_t  f_col,
size_t  phi_col 
)
inline

Definition at line 151 of file fourier.hpp.

Member Function Documentation

◆ get_f()

template<typename DataProxy >
real gemmi::FPhiProxy< DataProxy >::get_f ( size_t  offset) const
inline

Definition at line 157 of file fourier.hpp.

◆ get_phi()

template<typename DataProxy >
double gemmi::FPhiProxy< DataProxy >::get_phi ( size_t  offset) const
inline

Definition at line 158 of file fourier.hpp.


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