Woolz Image Processing  Version 1.7.5
Name
WlzVtxToObj - builds a Woolz domain object from a vertex.
Synopsis
WlzVtxToObj  [-h] [<input file>]
Options
-h Prints usage information.
-X XXX.
Description
WlzVtxToObj builds Woolz domain objects from vertices represented in text format. The vertices are read from the standard input and for each vertex a corresponding domain object is written to the standard output.
Examples
echo '10 20 30' | WlzVtxToObj >out.wlz
Writes a single 3D domain object to the file out.wlz corresponding to the single voxel at (10,20,30).
File
WlzVtxToObj.c
See Also
WlzIntro(1)