ArrayOfGridPos

class pyarts.arts.ArrayOfGridPos

List of GridPos

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyarts.arts.ArrayOfGridPos) -> None

Empty array

  1. __init__(self: pyarts.arts.ArrayOfGridPos, size: int, cval: pyarts.arts.GridPos) -> None

Sized same-value array

  1. __init__(self: pyarts.arts.ArrayOfGridPos, arr: List[pyarts.arts.GridPos]) -> None

Array from list

Methods

__init__(*args, **kwargs)

Overloaded function.

append(self, arg0)

Appends a GridPos at the end of the array

clear(self)

Empty the array of all values

copy(self)

Copy the array

extend(self, arg0)

Extend the array by another array

index(self, arg0)

Returns the first index of a value

insert(self, arg0, arg1)

Insert a value into the array

pop(self[, i])

Pops a GridPos from the array

reverse(self)

Reverse order of array