MantisBT - ITK
View Issue Details
0000822ITKpublic2004-05-07 09:442010-11-07 02:49
Jim Miller 
Luis Ibanez 
normalfeaturealways
closedfixed 
 
 
backlog
0000822: Do NeighborhoodIterators support ImageAdaptors?
From the API of ConstNeighborhoodIterator, it looks as though
ImageAdaptors are supported. However, the implementations of the
access methods call operator[] on the superclass of ConstNeighborhoodIterator. This superclass is a Neighborhood templated over the InternalPixelType of the image. So even though the API to GetPixel() says it returns a PixelType it attempts to return an InternalPixelType.
No tags attached.
Issue History
2007-09-18 10:58Luis IbanezNote Added: 0009069
2010-11-02 12:56Jim MillerAssigned ToJim Miller => Luis Ibanez
2010-11-07 02:49Luis IbanezSprint Status => backlog
2010-11-07 02:49Luis IbanezNote Added: 0023009
2010-11-07 02:49Luis IbanezStatusassigned => closed
2010-11-07 02:49Luis IbanezResolutionopen => fixed

Notes
(0009069)
Luis Ibanez   
2007-09-18 10:58   
We will explore creating a ConceptCheck or Trait in the ImageAdaptor, to prevent filters based on NeighborIterators to compile when instantiated over ImageAdaptors.

To be done as part of WA10.
(0023009)
Luis Ibanez   
2010-11-07 02:49   
closed due to inactivity.