class
ComplexGridContents
- Reference
Classes
- class Point
Methods
- def asu(self, /) -> MaskedComplexGrid
- def fill(self, value: complex) -> None
- def get_point(self, arg0: int, arg1: int, arg2: int, /) -> Point
- def get_value(self, arg0: int, arg1: int, arg2: int, /) -> complex
- def interpolate_value(self, arg0: Fractional, /) -> complex
- def interpolate_value(self, arg0: Position, /) -> complex
- def interpolate_values(self, arg0: numpy.ndarray[numpy.complex64], arg1: Transform, /) -> None
- def point_to_fractional(self, arg0: Point, /) -> Fractional
- def point_to_index(self, arg0: Point, /) -> int
- def point_to_position(self, arg0: Point, /) -> Position
- def set_points_around(self, position: Position, radius: float, value: complex) -> None
- def set_unit_cell(self, arg0: UnitCell, /) -> None
- def set_value(self, arg0: int, arg1: int, arg2: int, arg3: complex, /) -> None
- def sum(self, /) -> complex
- def symmetrize_max(self, /) -> None
- def symmetrize_min(self, /) -> None
Special methods
Properties
- 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
- spacegroup: SpaceGroup get set
- unit_cell: UnitCell get set