Go to the source code of this file.
◆ 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.
Definition at line 1210 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.
Definition at line 1225 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.
Definition at line 1240 of file tria_iterator.h.