pyinterp.core.Grid4DFloat32#

class pyinterp.core.Grid4DFloat32(self, x: pyinterp.core.Axis, y: pyinterp.core.Axis, z: pyinterp.core.Axis, u: pyinterp.core.Axis, array: numpy.ndarray)#

Bases: pybind11_object

Cartesian Grid 4D

Parameters:
  • x – X-Axis

  • y – Y-Axis

  • z – Z-Axis

  • u – U-Axis

  • array – Quadrivariate function

Attributes

array

Gets the values handled by this instance.

u

Gets the U-Axis handled by this instance.

x

Gets the X-Axis handled by this instance.

y

Gets the Y-Axis handled by this instance.

z

Gets the Z-Axis handled by this instance.

Special Methods

__getstate__(self)

__setstate__(self, arg0)