| Woolz Image Processing
    Version 1.7.5
    | 
WlzCMeshTransformObj [-h] [-t<input transform>] [-i] [-N]
                     [-x<interpolation value>] [-o<output woolz file>]
                     [-s<number of interpolations> [-b <output body>]
                     [-E] [-e <output extension>]] ] [<input object>]
 | -h | Help, prints usage message. | 
| -t | Transform object. | 
| -E | Output evaluation times to stderr. | 
| -i | Invert the transform after reading. | 
| -n | Use WLZ_INTERPOLATION_NEAREST (default WLZ_INTERPOLATION_LINEAR). | 
| -x | Interpolation value, with 0 <= ivalue <= 1. | 
| -o | Output object filename. | 
| -s | Number of intermediate interpolations. | 
| -o | Output object file body. | 
| -e | Output object file extension (default wlz). | 
WlzCMeshTransformObj -t transform.wlz -i -o out.wlz in.wlzApplies the inverse transform read from transform.wlz to the in.wlz object and writes the result to out.wlz
WlzCMeshTransformObj -t transform.wlz -s 5 -b out_ -e wlz in.wlzApplies the transform read from transform.wlz to the in.wlz and generates out_000000.wlz ... out_000005.wlz with interpolation values 0, 0.2, ... 1.0.