Reference documentation for deal.II version 9.1.0-pre
List of all members
internal::TriangulationImplementation::Iterators< 3, spacedim > Struct Template Reference

#include <deal.II/grid/tria_iterator_selector.h>

Detailed Description

template<int spacedim>
struct internal::TriangulationImplementation::Iterators< 3, spacedim >

This class implements some types which differ between the dimensions. These are the declarations for the 3D case only. See the Iterators on mesh-like containers module for more information.

For the declarations of the data types, more or less the same holds as for lower dimensions (see Iterators<[12]>). The dimension specific data types are here, since we are in three dimensions:

using raw_cell_iterator = raw_hex_iterator;
using cell_iterator = hex_iterator;
using active_cell_iterator = active_hex_iterator;
using raw_face_iterator = raw_quad_iterator;
using face_iterator = quad_iterator;
using active_face_iterator = active_quad_iterator;
Author
Wolfgang Bangerth, 1998

Definition at line 184 of file tria_iterator_selector.h.


The documentation for this struct was generated from the following file: