| __add__(self, int|Sequence[int] offset) | lsst.scarlet.lite.bbox.Box | |
| __and__(self, Box other) | lsst.scarlet.lite.bbox.Box | |
| __copy__(self) | lsst.scarlet.lite.bbox.Box | |
| __deepcopy__(self, dict[int, Any] memo) | lsst.scarlet.lite.bbox.Box | |
| __eq__(self, object other) | lsst.scarlet.lite.bbox.Box | |
| __getitem__(self, int|slice|tuple[int,...] index) (defined in lsst.scarlet.lite.bbox.Box) | lsst.scarlet.lite.bbox.Box | |
| __hash__(self) (defined in lsst.scarlet.lite.bbox.Box) | lsst.scarlet.lite.bbox.Box | |
| __init__(self, tuple[int,...] shape, tuple[int,...]|None origin=None) (defined in lsst.scarlet.lite.bbox.Box) | lsst.scarlet.lite.bbox.Box | |
| __matmul__(self, Box bbox) | lsst.scarlet.lite.bbox.Box | |
| __or__(self, Box other) | lsst.scarlet.lite.bbox.Box | |
| __repr__(self) (defined in lsst.scarlet.lite.bbox.Box) | lsst.scarlet.lite.bbox.Box | |
| __sub__(self, int|Sequence[int] offset) | lsst.scarlet.lite.bbox.Box | |
| _offset_to_tuple(self, int|Sequence[int] offset) | lsst.scarlet.lite.bbox.Box | protected |
| bounds(self) | lsst.scarlet.lite.bbox.Box | |
| center(self) | lsst.scarlet.lite.bbox.Box | |
| contains(self, Sequence[int] p) | lsst.scarlet.lite.bbox.Box | |
| copy(self) | lsst.scarlet.lite.bbox.Box | |
| from_bounds(*tuple[int,...] bounds) | lsst.scarlet.lite.bbox.Box | static |
| from_data(np.ndarray x, float threshold=0) | lsst.scarlet.lite.bbox.Box | static |
| grow(self, int|tuple[int,...] radius) | lsst.scarlet.lite.bbox.Box | |
| intersects(self, Box other) | lsst.scarlet.lite.bbox.Box | |
| ndim (defined in lsst.scarlet.lite.bbox.Box) | lsst.scarlet.lite.bbox.Box | |
| ndim(self) | lsst.scarlet.lite.bbox.Box | |
| origin (defined in lsst.scarlet.lite.bbox.Box) | lsst.scarlet.lite.bbox.Box | |
| overlapped_slices(self, Box other) | lsst.scarlet.lite.bbox.Box | |
| shape (defined in lsst.scarlet.lite.bbox.Box) | lsst.scarlet.lite.bbox.Box | |
| shifted_by(self, Sequence[int] shift) | lsst.scarlet.lite.bbox.Box | |
| slices(self) | lsst.scarlet.lite.bbox.Box | |
| start(self) | lsst.scarlet.lite.bbox.Box | |
| stop(self) | lsst.scarlet.lite.bbox.Box | |