<div>I was using itk1.80 until recently shift to itk2.20.&nbsp; However, my previous code behave incorrectly.</div>
<div>I just noticed that the BinaryMask3DMeshSource output mesh in physical space.&nbsp; Wouldn't it make the DeformableMesh3DFilter working incorrectly?&nbsp; I assume that the Gradient image used by the DeformableMesh3DFilter is still in image coordinate, and the DeformableMesh3DFilter will place the mesh&nbsp;in the image coordinate.&nbsp; 
</div>
<div>I believe it is a nice feature to output the mesh in physical space but in many circumstance, we need the mesh in image space so that we can draw it in the image directly, or work with&nbsp;other images.&nbsp; Can we restore the old behaviour of output the mesh in image coordinate and have&nbsp;two member function of Mesh, one called ConvertToPhysicalSpace(DstImagePointer)
</div>
<div>and ConvertToImageSpace(DstImagePointer).&nbsp; The second function is used to restore the physical coordinate representation back to image coordinate.&nbsp; Probably we should have some flags and functions to return whether the mesh is currently in PhysicalSpace or ImageSpace.
</div>