Woolz Image Processing  Version 1.7.5
WlzCopyToTiledObj
Name
WlzCopyToTiledObj - sets values in a tiled object from another object.
Synopsis
WlzCopyToTiledObj  [-h] -t <tiled fobject> [-x #] [-y #] [-z #] [<input object>]
Options
-h Help, prints usage message.
-t tiled object.
-x Column offset.
-y Line offset.
-z Plane offset.
Description
WlzCopyToTiledObj sets values in a tiled object from another object.
Examples
WlzTiledObjFromDomain -o tiled.wlz in.wlz
WlzCopyToTiledObj -t tiled.wlz in.wlz
Creates a new object (tiled.wlz) with the same domain as the input object (in.wlz) but a tiled value table. The values in the tiles are set using WlzCopyToTiledObj.
File
WlzCopyToTiledObj.c
See Also
WlzIntro(1) WlzTiledObjFromDomain(1)