タイピング#
タイプエイリアスと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#
Concrete Data Object Types#
pyvista.ConcreteGridType#
- ConcreteGridType = TypeVar(ConcreteGridType, bound=Union)#
Type:
TypeVar
Invariant
TypeVar
bound totyping.Union
[pyvista.core.grid.ImageData
,pyvista.core.grid.RectilinearGrid
].Type variable of all concrete PyVista
Grid
classes.
pyvista.ConcretePointGridType#
- ConcretePointGridType = TypeVar(ConcretePointGridType, bound=Union)#
Type:
TypeVar
Invariant
TypeVar
bound totyping.Union
[pyvista.core.pointset.ExplicitStructuredGrid
,pyvista.core.pointset.StructuredGrid
,pyvista.core.pointset.UnstructuredGrid
].Type variable of all concrete PyVista
PointGrid`
classes.
pyvista.ConcretePointSetType#
- ConcretePointSetType = TypeVar(ConcretePointSetType, bound=Union)#
Type:
TypeVar
Invariant
TypeVar
bound totyping.Union
[pyvista.core.pointset.ExplicitStructuredGrid
,pyvista.core.pointset.PointSet
,pyvista.core.pointset.PolyData
,pyvista.core.pointset.StructuredGrid
,pyvista.core.pointset.UnstructuredGrid
].Type variable of all concrete PyVista
PointSet
classes.
pyvista.ConcreteDataSetType#
- ConcreteDataSetType = TypeVar(ConcreteDataSetType, bound=Union)#
Type:
TypeVar
Invariant
TypeVar
bound totyping.Union
[pyvista.core.grid.ImageData
,pyvista.core.grid.RectilinearGrid
,pyvista.core.pointset.ExplicitStructuredGrid
,pyvista.core.pointset.PointSet
,pyvista.core.pointset.PolyData
,pyvista.core.pointset.StructuredGrid
,pyvista.core.pointset.UnstructuredGrid
].Type variable of all concrete
DataSet
classes.
pyvista.ConcreteDataObjectType#
- ConcreteDataObjectType = TypeVar(ConcreteDataObjectType, bound=Union)#
Type:
TypeVar
Invariant
TypeVar
bound totyping.Union
[pyvista.core.grid.ImageData
,pyvista.core.grid.RectilinearGrid
,pyvista.core.pointset.ExplicitStructuredGrid
,pyvista.core.pointset.PointSet
,pyvista.core.pointset.PolyData
,pyvista.core.pointset.StructuredGrid
,pyvista.core.pointset.UnstructuredGrid
,pyvista.core.objects.Table
,pyvista.core.composite.MultiBlock
,pyvista.core.partitioned.PartitionedDataSet
].Type variable of all concrete
DataObject
classes.