タイピング#
タイプエイリアスとPyVistaで使用されるタイプ変数。
数値の配列に似た型#
pyvista.NumberType#
- NumberType = TypeVar(NumberType, bound=Union)#
Type:
TypeVarInvariant
TypeVarbound totyping.Union[numpy.floating,numpy.integer,numpy.bool,float,int,bool].数値データ型のための型変数。
pyvista.ArrayLike#
- ArrayLike#
任意次元の数値を持つ配列のようなオブジェクト。
シーケンス、ネストされたシーケンス、およびnumpy配列が含まれます。スカラー値は含まれていません。
ndarray[tuple[Any, ...],dtype[NumberType]] |Sequence[NumberType] |Sequence[ndarray[tuple[Any, ...],dtype[NumberType]]] |Sequence[Sequence[NumberType]] |Sequence[Sequence[ndarray[tuple[Any, ...],dtype[NumberType]]]] |Sequence[Sequence[Sequence[NumberType]]] |Sequence[Sequence[Sequence[ndarray[tuple[Any, ...],dtype[NumberType]]]]] |Sequence[Sequence[Sequence[Sequence[NumberType]]]] |Sequence[Sequence[Sequence[Sequence[ndarray[tuple[Any, ...],dtype[NumberType]]]]]]の別名です。
pyvista.MatrixLike#
pyvista.VectorLike#
Data Object Types#
pyvista._GridType#
pyvista._PointGridType#
pyvista._PointSetType#
pyvista._DataSetType#
- _DataSetType = TypeVar(_DataSetType, bound=DataSet)#
Type:
TypeVarInvariant
TypeVarbound topyvista.core.dataset.DataSet.DataSetクラスの型変数。
pyvista._DataSetOrMultiBlockType#
- _DataSetOrMultiBlockType = TypeVar(_DataSetOrMultiBlockType, bound=Union)#
Type:
TypeVarInvariant
TypeVarbound totyping.Union[pyvista.core.dataset.DataSet,pyvista.core.composite.MultiBlock].DataSetまたはMultiBlockクラスの型変数。
pyvista._DataObjectType#
- _DataObjectType = TypeVar(_DataObjectType, bound=DataObject)#
Type:
TypeVarInvariant
TypeVarbound topyvista.core.dataobject.DataObject.DataObjectクラスの型変数。