Woolz Image Processing  Version 1.7.5
Name
WlzVTKTensor - Converts a Woolz object with tensor values to a VTK polydata file with tensor dataset attributes.
Synopsis
WlzVTKTensor [-h] [-o<out vtk file>] [<in woolz file>]
Options
-h Help, prints usage message.
-o Output VTK file name.
Description
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.
File
WlzVTKTensor.c
See Also
WlzIntro(1) WlzCMeshTrStrainTensor(1)