Reference documentation for deal.II version 9.1.1
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
Public Types | List of all members
MeshWorker::internal::CellIteratorBaseType< FilteredIterator< CellIteratorType > > Struct Template Reference

#include <deal.II/meshworker/mesh_loop.h>

Public Types

using type = typename CellIteratorBaseType< CellIteratorType >::type
 

Detailed Description

template<class CellIteratorType>
struct MeshWorker::internal::CellIteratorBaseType< FilteredIterator< CellIteratorType > >

A helper class to provide a type definition for the underlying cell iterator type.

This specialization is for FilteredIterator, which may have either a TriaActiveIterator as its base type, or may be nested with another FilteredIterator as the type to iterate over.

Definition at line 87 of file mesh_loop.h.

Member Typedef Documentation

◆ type

template<class CellIteratorType >
using MeshWorker::internal::CellIteratorBaseType< FilteredIterator< CellIteratorType > >::type = typename CellIteratorBaseType<CellIteratorType>::type

Type definition for the cell iterator type.

Definition at line 94 of file mesh_loop.h.


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