gemmi.Int8GridBase class

Classes

class Point

Methods

def fill(self, value: int) -> None
def get_fractional(self, arg0: int, arg1: int, arg2: int, /) -> Fractional
def get_nonzero_extent(self, /) -> FractionalBox
def get_position(self, arg0: int, arg1: int, arg2: int, /) -> Position
def index_to_point(self, arg0: int, /) -> Int8Grid.Point
def point_to_index(self, arg0: Int8Grid.Point, /) -> int
def sum(self, /) -> int

Special methods

def __iter__(self, /) -> typing.Iterator

Properties

array: numpy.ndarray[numpy.int8] get
axis_order: AxisOrder 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
shape: tuple get
spacegroup: SpaceGroup get set
unit_cell: UnitCell get set