blob: 4eae451af04e8d66ece9003c5297cb6befedc037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|