mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
fa54080492
Approved by: portmgr (blanket)
12 lines
443 B
Plaintext
12 lines
443 B
Plaintext
PyVTK provides the following tools for manipulating Visualization
|
|
Toolkit (VTK) files in Python:
|
|
|
|
* ascii and binary output, ascii input from VTK file
|
|
* DataSet formats: StructuredPoints, StructuredGrid, RectilinearGrid, PolyData,
|
|
UnstructuredGrid
|
|
* Data formats: PointData, CellData
|
|
* DataSetAttr formats: Scalars, ColorScalars, LookupTable, Vectors, Normals,
|
|
TextureCoordinates, Tensors, Field
|
|
|
|
WWW: https://github.com/pearu/pyvtk
|