Woolz Image Processing  Version 1.7.5
WlzMarkersToDomain
Name
WlzMarkersToDomain - creates a domain with a marker located at the position of each vertex read from a file.
Synopsis
WlzMarkersToDomain [-h] [-o<output file>] [-2] [-3] [-s #] [-t <type>]
                   [<input file>]
Options
-h Help, prints usage message.
-o Output file name, default standard output.
-2 Vertices and output domain are 2D.
-3 Vertices and output domain are 3D.
-2 marker size.
-t Marker type: Only valid type is 'sphere'.
Description
Reads a list of 2D or 3D vertices either from the given file or the standard input (default). These vertices are then used to create either a 2D or 3D domain with a marker at the position of each vertex.
Examples
cat in.num
10 20 30
50 60 80
70 70 60

WlzMarkersToDomain -o out.wlz -3 -s 3 in.num
Creates a new domain with spheres or radius 3 at coordinates (10,20,30), (50,60,80) and (70,70,60) and writes the object to the file out.wlz.
File
WlzMarkersToDomain.c
See Also
WlzIntro(1)