gemmi.ReciprocalInt8Grid class

Contents

Methods

def fill(self, value: int) -> None
def get_value(self, arg0: int, arg1: int, arg2: int, /) -> int
def get_value_or_zero(self, arg0: int, arg1: int, arg2: int, /) -> int
def set_value(self, arg0: int, arg1: int, arg2: int, arg3: int, /) -> None
def sum(self, /) -> int
def to_hkl(self, arg0: Int8Grid.Point, /) -> typing.List[int[3]]

Special methods

def __init__(self, /) -> None
def __iter__(self, /) -> typing.Iterator[Int8Grid.Point]
def __repr__(self, /) -> str

Properties

axis_order: AxisOrder get
half_l: bool get
nu: int get
size in the first (fastest-changing) dim
nv: int get
size in the second dimension
nw: int get
size in the third (slowest-changing) dim
point_count: int get
spacegroup: SpaceGroup get set
unit_cell: UnitCell get set