Home
last modified time | relevance | path

Searched refs:HoodIterator (Results 1 – 1 of 1) sorted by relevance

/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/test/unit/
H A Dneighborhooditeratortest.h114 typedef NeighborhoodIterator<Neighborhood, 2> HoodIterator; in testBasic() typedef
117 HoodIterator begin = HoodIterator::begin(hood); in testBasic()
118 HoodIterator end = HoodIterator::end(hood); in testBasic()
119 HoodIterator iter = begin; in testBasic()
245 typedef NeighborhoodIterator<Neighborhood, 2> HoodIterator; in testSkippingOfEmptyCells() typedef
251 HoodIterator begin = HoodIterator::begin(hood); in testSkippingOfEmptyCells()
252 HoodIterator iter = begin; in testSkippingOfEmptyCells()
284 typedef NeighborhoodIterator<Neighborhood, 2> HoodIterator; in testSkippingOfAllEmptyCells() typedef
299 HoodIterator begin = HoodIterator::begin(hood); in testSkippingOfAllEmptyCells()
300 HoodIterator end = HoodIterator::end(hood); in testSkippingOfAllEmptyCells()