internal::DoFAccessor::Inheritance< celldim, dim, spacedim > Struct Template Reference
[Degrees of FreedomAccessor classes of the mesh iterators]

List of all members.

Public Types

typedef ::TriaAccessor
< celldim, dim, spacedim > 
BaseClass


Detailed Description

template<int celldim, int dim, int spacedim>
struct internal::DoFAccessor::Inheritance< celldim, dim, spacedim >

This is a switch class which only declares a typedef. It is meant to determine which class a DoFAccessor class is to be derived from. By default, DoFAccessor<celldim,dim,spacedim> derives from the typedef in the general Inheritance<celldim,dim,spacedim> class, which is TriaAccessor<celldim,dim,spacedim>, but if celldim==dim, then the specialization Inheritance<dim,dim,spacedim> is used which declares its local type to be CellAccessor<dim,spacedim>. Therefore, the inheritance is automatically chosen to be from CellAccessor if the object under consideration has full dimension, i.e. constitutes a cell.

Author:
Wolfgang Bangerth, 1999

Member Typedef Documentation

template<int celldim, int dim, int spacedim>
typedef ::TriaAccessor<celldim,dim,spacedim> internal::DoFAccessor::Inheritance< celldim, dim, spacedim >::BaseClass

Declaration of the typedef. See the full documentation for more information.


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

deal.II documentation generated on Sat Aug 15 16:52:37 2009 by doxygen 1.5.9