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