patch does not propagate NonInvertibleModelException from TransformMesh
commit508d33b3da47bb53535e4ebd3fee60ec8e8bbb89
authorStephan Saalfeld <saalfeld@mpi-cbg.de>
Wed, 7 Mar 2012 17:52:49 +0000 (7 18:52 +0100)
committerStephan Saalfeld <saalfeld@mpi-cbg.de>
Wed, 7 Mar 2012 17:52:49 +0000 (7 18:52 +0100)
treeb9e53883df979a4226e3c0d888cef67830137d10
parent6a30cea22b2b59c770192ef10f289de1ef783d0d
patch does not propagate NonInvertibleModelException from TransformMesh
which is merely a hint that coordinates outisde hte mesh have been
transferred by extrapolation

patch got getLocalAffine(x,y) method which delivers an affine transform
for a specific location.  This affine transform is either the global
affine transform of the patch or the combined affine transform of the
local affine transform in the transform mesh that approximates the
non-linear transformation of the patch and its global affine transform.
ini/trakem2/display/Patch.java