|
Gemmi C++ API
|
#include <asudata.hpp>
Public Member Functions | |
| size_t | stride () const |
| size_t | size () const |
| Miller | get_hkl (size_t n) const |
| double | get_f (size_t n) const |
| double | get_phi (size_t n) const |
| const UnitCell & | unit_cell () const |
| const SpaceGroup * | spacegroup () const |
| void | ensure_sorted () |
| void | ensure_asu (bool tnt_asu=false) |
| template<typename DataProxy > | |
| void | load_values (const DataProxy &proxy, const std::string &label, bool as_is=false) |
| template<int N, typename DataProxy > | |
| void | load_values (const DataProxy &proxy, const std::array< std::string, N > &labels, bool as_is=false) |
Public Attributes | |
| std::vector< HklValue< T > > | v |
Definition at line 139 of file asudata.hpp.
|
inline |
Definition at line 144 of file asudata.hpp.
|
inline |
Definition at line 145 of file asudata.hpp.
|
inline |
Definition at line 146 of file asudata.hpp.
|
inline |
Definition at line 147 of file asudata.hpp.
|
inline |
Definition at line 148 of file asudata.hpp.
Definition at line 149 of file asudata.hpp.
|
inline |
Definition at line 150 of file asudata.hpp.
|
inline |
Definition at line 151 of file asudata.hpp.
Definition at line 156 of file asudata.hpp.
|
inline |
Definition at line 172 of file asudata.hpp.
|
inline |
Definition at line 190 of file asudata.hpp.
Definition at line 140 of file asudata.hpp.