NEST
2.6.0,not_revisioned_source_dir@0
|
Iterator iterating the nodes in a Quadtree inside a Mask. More...
#include <ntree.h>
Public Member Functions | |
masked_iterator () | |
Initialize an invalid iterator. More... | |
masked_iterator (Ntree &q, const Mask< D > &mask, const Position< D > &anchor) | |
Initialize an iterator to point to the first leaf node inside the mask within the tree below this Ntree. More... | |
value_type & | operator* () |
value_type * | operator-> () |
masked_iterator & | operator++ () |
Move the iterator to the next node inside the mask within the tree. More... | |
masked_iterator | operator++ (int) |
Postfix increment operator. More... | |
bool | operator== (const masked_iterator &other) const |
Iterators are equal if they point to the same node in the same ntree. More... | |
bool | operator!= (const masked_iterator &other) const |
Protected Member Functions | |
void | init_ () |
Initialize. More... | |
void | next_leaf_ () |
Find the next leaf which is not outside the mask. More... | |
void | first_leaf_ () |
Find the first leaf which is not outside the mask. More... | |
void | first_leaf_inside_ () |
Set the allin_top_ to the current quadrant, and find the first leaf below the current quadrant. More... | |
void | next_anchor_ () |
Go to the next anchor image. More... | |
Protected Attributes | |
Ntree * | ntree_ |
Ntree * | top_ |
Ntree * | allin_top_ |
index | node_ |
const Mask< D > * | mask_ |
Position< D > | anchor_ |
std::vector< Position< D > > | anchors_ |
index | current_anchor_ |
Iterator iterating the nodes in a Quadtree inside a Mask.
|
inline |
Initialize an invalid iterator.
nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::masked_iterator | ( | Ntree & | q, |
const Mask< D > & | mask, | ||
const Position< D > & | anchor | ||
) |
Initialize an iterator to point to the first leaf node inside the mask within the tree below this Ntree.
References nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::anchor_, nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::anchors_, nest::Ntree< D, T, max_capacity, max_depth >::extent_, nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::init_(), nest::Box< D >::lower_left, nest::Ntree< D, T, max_capacity, max_depth >::lower_left_, nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::mask_, nest::mod(), nest::names::n, nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::ntree_, nest::names::p, nest::Ntree< D, T, max_capacity, max_depth >::periodic_, and nest::Box< D >::upper_right.
|
protected |
Find the first leaf which is not outside the mask.
If no leaf is found below the current quadrant, will continue to next_leaf_().
|
protected |
Set the allin_top_ to the current quadrant, and find the first leaf below the current quadrant.
|
protected |
Initialize.
Referenced by nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::masked_iterator().
|
protected |
Go to the next anchor image.
|
protected |
Find the next leaf which is not outside the mask.
References assert(), and nest::Ntree< D, T, max_capacity, max_depth >::N.
|
inline |
|
inline |
Ntree< D, T, max_capacity, max_depth >::masked_iterator & nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::operator++ | ( | ) |
Move the iterator to the next node inside the mask within the tree.
May cause the iterator to become invalid if there are no more nodes.
References nest::Ntree< D, T, max_capacity, max_depth >::nodes_.
|
inline |
Postfix increment operator.
|
inline |
|
inline |
Iterators are equal if they point to the same node in the same ntree.
References nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::node_, and nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::ntree_.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::operator!=(), nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::operator*(), nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::operator->(), and nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::operator==().
|
protected |
Referenced by nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::masked_iterator(), nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::operator!=(), nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::operator*(), nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::operator->(), and nest::Ntree< D, T, max_capacity, max_depth >::masked_iterator::operator==().
|
protected |