Home
last modified time | relevance | path

Searched defs:NeighborhoodIterator (Results 1 – 3 of 3) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkNeighborhoodIterator.h235 NeighborhoodIterator():Superclass() {} in NeighborhoodIterator() function
238 NeighborhoodIterator(const NeighborhoodIterator & n):Superclass(n) {} in NeighborhoodIterator() function
249 NeighborhoodIterator(const SizeType & radius, ImageType *ptr, in NeighborhoodIterator() function
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dneighborhooditerator.h68 inline NeighborhoodIterator( in NeighborhoodIterator() function
/dports/graphics/vigra/vigra-8acd73a/test/blockwisealgorithms/
H A Dtest_labeling.cxx70 typedef vector<NeighborhoodType>::iterator NeighborhoodIterator; in testOnData() typedef