<html>
<body>
<font size=3>Hi,<br><br>
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:<br><br>
TransformPhysicalPointToContinuousIndex()<br>
TransformPhysicalPointToIndex()<br>
TransformContinuousIndexToPhysicalPoint()<br>
TransformIndexToPhysicalPoint()<br>
void SetRegions(RegionType region)<br>
void SetRegions(SizeType size)<br><br>
Is there any reason for keeping them in itk::Image?<br>
In some situations it could be useful to have the methods available
without having to specify the pixel type.<br><br>
Kind regards,<br>
Stefan.<br>
</font></body>
<br>
</html>