An STL const_iterator for octree. More...
#include <src/meshTools/octree/octree.H>
An STL const_iterator for octree.
Definition at line 426 of file octree.H.
Collaboration diagram for octree< Type >::const_iterator:Public Member Functions | |
| const_iterator (const octree &) | |
| Construct for a given octree.
| |
| const_iterator (const octree &, label) | |
| Construct for a given octree and index.
| |
| void | operator= (const const_iterator &) |
| bool | operator== (const const_iterator &) const |
| bool | operator!= (const const_iterator &) const |
| const treeLeaf< Type > & | operator* () |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator | ( | const octree & | ) |
Construct for a given octree.
| const_iterator | ( | const octree & | , |
| label | |||
| ) |
Construct for a given octree and index.
| void operator= | ( | const const_iterator & | iter ) |
Definition at line 806 of file octree.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, and FatalErrorIn.
| bool operator== | ( | const const_iterator & | iter ) | const |
| bool operator!= | ( | const const_iterator & | iter ) | const |
Definition at line 841 of file octree.C.
References Foam::operator==().
| const Foam::treeLeaf< Type > & operator* | ( | ) |
| Foam::octree< Type >::const_iterator & operator++ | ( | ) |
| Foam::octree< Type >::const_iterator operator++ | ( | int | ) |