gemmi.FloatGridBase class

Classes

class Point

Methods

def calculate_correlation(self, arg0: FloatGridBase, /) -> Correlation
def fill(self, value: float) -> 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, /) -> FloatGrid.Point
def point_to_index(self, arg0: FloatGrid.Point, /) -> int
def sum(self, /) -> float

Special methods

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

Properties

array: numpy.ndarray[numpy.float32] 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