Woolz Image Processing  Version 1.7.5
WlzInsideDomain
Name
WlzInsideDomain - determines whether a vertex is within an object's domain.
Synopsis
WlznsideDomain [-x#] [-y#] [-z#] [-h] [<in object>]
Options
-h Help, prints usage message.
-x Column position, default 0.
-y Line position, default 0.
-z Plane position, default 0.
-o Output file name.
Description
Establishes whether the given vertex is inside or outside the domain of the given object's domain. If inside 1 is output otherwise 0, with either of these digits being followed by a new line character.
Examples
WlzInsideDomain -x 100 -y 100 toucan.wlz
Outputs 1 if the vertex with coordiantes (100,100) is inside the domain of the object read from the.wlz, otherwise outputs 0.
File
WlzInsideDomain.c
See Also
WlzIntro(1) WlzGreyValue(1)