struct
#include <gemmi/symmetry.hpp>
GroupOps
Contents
- Reference
Public types
- struct Iter
Public functions
- auto order() const -> int
- void add_missing_elements()
- auto find_centering() const -> char
-
auto find_by_rotation(const Op::
Rot& r) -> Op* -
auto find_by_rotation(const Op::
Rot& r) const -> const Op* - auto is_centric() const -> bool
- void change_basis(const Op& cob)
-
auto all_ops_sorted() const -> std::
vector<Op> - auto get_op(int n) const -> Op
- auto is_same_as(const GroupOps& other) const -> bool
-
auto find_grid_factors() const -> std::
array<int, 3> - auto are_directions_symmetry_related(int u, int v) const -> bool
- auto begin() const -> Iter
- auto end() const -> Iter