[Insight-users] ConvertPointToContinuousIndex

Luis Ibanez luis.ibanez@kitware.com
Mon, 17 Mar 2003 22:04:18 -0500


Hi

What comes to mind is that recently the default transform
as removed from the Image class.

However, the methods

    TransformPhysicalPointToContinuousIndex()
    TransformPhysicalPointToIndex()
    TransformIndexToPhysicalPoint()
    TransformIndexToContinuousIndex()

are still in the image class API
http://www.itk.org/Insight/Doxygen/html/classitk_1_1Image.html

Please let us know if you have further questions,

Thanks

Luis


------------------------------
Henkjan Huisman wrote:
> Hi,
> 
> I was using ConvertPointToContinuousIndex() to get interpolated values
> from a point list. After a recent upgrade I lost this functionality.
> Somebody knows which functionality I can use now?
> 
> Thanks
> 
>