Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Classes | Functions
tria_iterator.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/point.h>
#include <deal.II/grid/tria_iterator_base.h>
#include <iterator>
#include <ostream>

Go to the source code of this file.

Classes

class  TriaRawIterator< Accessor >
 
class  TriaIterator< Accessor >
 
class  TriaActiveIterator< Accessor >
 

Functions

template<typename Accessor >
std::ostream & operator<< (std::ostream &out, const TriaRawIterator< Accessor > &i)
 
template<typename Accessor >
std::ostream & operator<< (std::ostream &out, const TriaIterator< Accessor > &i)
 
template<typename Accessor >
std::ostream & operator<< (std::ostream &out, const TriaActiveIterator< Accessor > &i)
 

Function Documentation

◆ operator<<() [1/3]

template<typename Accessor >
std::ostream& operator<< ( std::ostream &  out,
const TriaRawIterator< Accessor > &  i 
)
inline

Print the address to which this iterator points to out. The address is given by the pair (level,index), where index is an index relative to the level in which the object is that is pointed to.

Author
Wolfgang Bangerth, 1998

Definition at line 1230 of file tria_iterator.h.

◆ operator<<() [2/3]

template<typename Accessor >
std::ostream& operator<< ( std::ostream &  out,
const TriaIterator< Accessor > &  i 
)
inline

Print the address to which this iterator points to out. The address is given by the pair (level,index), where index is an index relative to the level in which the object is that is pointed to.

Author
Wolfgang Bangerth, 1998

Definition at line 1247 of file tria_iterator.h.

◆ operator<<() [3/3]

template<typename Accessor >
std::ostream& operator<< ( std::ostream &  out,
const TriaActiveIterator< Accessor > &  i 
)
inline

Print the address to which this iterator points to out. The address is given by the pair (level,index), where index is an index relative to the level in which the object is that is pointed to.

Author
Wolfgang Bangerth, 1998

Definition at line 1264 of file tria_iterator.h.