- class neso_fame.coordinates.CoordSet[C: (Coord, SliceCoord)](FrozenCoordSet[C], MutableSet[C])
A set of coordinates, evaluating equality to within a tolerance.
Constructors¶
-
CoordSet(coords: Iterable[C] =
{}
, rtol: float =1e-09
, ...) Initialize self. See help(type(self)) for accurate signature.
Special methods¶
- __contains__(c: object) bool
Check if a coordinate is already stored in this object (within tolerance).
- CoordSet[]
Represent a PEP 585 generic type
Methods¶
- classmethod empty_slicecoord(...) CoordSet[SliceCoord]
Construct an empty set for SliceCoords.
-
classmethod empty_coord(rtol: float =
1e-09
, ...) CoordSet[Coord] Construct an empty set for Coords.
Properties¶
- property system : CoordinateSystem | None
The coordinate system use by the coordinates stored in this object.
- property contents_type : type[C] | None
-
CoordSet(coords: Iterable[C] =