blob: 229111c957eca7546ed7653b415bb62457dfa070 (
plain) (
blame)
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/
|