[Insight-users] methods in Image to ImageBase
Stefan Klein
stefan at isi.uu.nl
Fri Feb 1 04:23:30 EST 2008
Hi,
There seems to be some methods in itk::Image which could be moved to
itk::ImageBase, since they do not depend on the pixel type:
TransformPhysicalPointToContinuousIndex()
TransformPhysicalPointToIndex()
TransformContinuousIndexToPhysicalPoint()
TransformIndexToPhysicalPoint()
void SetRegions(RegionType region)
void SetRegions(SizeType size)
Is there any reason for keeping them in itk::Image?
In some situations it could be useful to have the methods available without
having to specify the pixel type.
Kind regards,
Stefan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20080201/86fd786c/attachment.htm
More information about the Insight-users
mailing list