Reads either a 3D Woolz conforming mesh object with tensor data attached to it's elements or a points object with 3D points and tensor values, then writes the tensor data to a VTK polydata file with points at either the conforming mesh centroids or at given points. By default files are read from the standard input and written to the standard output.
Example
WlzVTKTensor -o out.vtk in.wlz
Creates a VTK polydata file with tensor dataset attributes from the given Woolz file.