Woolz Image Processing  Version 1.7.5
WlzCMeshToSpatialDomain
Name
WlzCMeshToSpatialDomain - computes a new spatial domain corresponding to the conforming mesh.
Synopsis
WlzCMeshToSpatialDomain [-h] [-i] [-N] [-L] [-o<out obj file>] [-s#]
                        [<input mesh file>]
Options
-h Help, prints usage message.
-i Set values using first indexed value.
-N Use nearest neighbour interpolation (default)./td>
-L Use barycentric interpolation rather than nearest neighbour for values./td>
-o Output object file.
-s Scale factor from mesh to spatial domain (can not be used if setting values).
Description
Constructs a 2D or 3D spatial domain object that corresponds to the given conforming mesh. The domain of the output object covers the input mesh.
Examples
WlzCMeshToSpatialDomain -o out.wlz mesh.wlz
Creates a new spatial domain object which covers the given mesh read from the file mesh.wlz. The new domain is written to the file out.wlz.
File
WlzCMeshToSpatialDomain.c
See Also
WlzIntro(1) WlzCMeshDistance2D(3) WlzCMeshDistance3D(3)