pyinterp.core.TemporalGrid3DFloat64¶
- class pyinterp.core.TemporalGrid3DFloat64(self, x: pyinterp.core.Axis, y: pyinterp.core.Axis, z: pyinterp.core.TemporalAxis, array: numpy.ndarray)¶
Bases:
pybind11_object
Temporal Cartesian Grid 3D
- Parameters:
x – X-Axis
y – Y-Axis
z – Z-Axis
array – Trivariate function values.
Attributes
Gets the values handled by this instance.
Gets the X-Axis handled by this instance.
Gets the Y-Axis handled by this instance.
Gets the Z-Axis handled by this instance.
Protected Methods
Special Methods
__getstate__
(self)__setstate__
(self, arg0)