dune-grid  2.2.0
Public Types
Dune::HostGridAccess< GeometryGrid< HG, CoordFunction, Allocator > >::Codim< codim > Struct Template Reference

A Traits struct that collects return types of class member methods. More...

#include <dune/grid/utility/hostgridaccess.hh>

List of all members.

Public Types

typedef Grid::template Codim
< codim >::Entity 
Entity
 type of the GeometryGrid entity
typedef Grid::template Codim
< codim >::EntityPointer 
EntityPointer
 type of the GeometryGrid entity pointer
typedef HostGrid::template
Codim< codim >::Entity 
HostEntity
 type of the host entity
typedef HostGrid::template
Codim< codim >::EntityPointer 
HostEntityPointer
 type of the host entity pointer

Detailed Description

template<class HG, class CoordFunction, class Allocator>
template<int codim>
struct Dune::HostGridAccess< GeometryGrid< HG, CoordFunction, Allocator > >::Codim< codim >

A Traits struct that collects return types of class member methods.

Template Parameters:
codimcodimension

Member Typedef Documentation

template<class HG , class CoordFunction , class Allocator >
template<int codim>
typedef Grid::template Codim< codim >::Entity Dune::HostGridAccess< GeometryGrid< HG, CoordFunction, Allocator > >::Codim< codim >::Entity

type of the GeometryGrid entity

template<class HG , class CoordFunction , class Allocator >
template<int codim>
typedef Grid::template Codim< codim >::EntityPointer Dune::HostGridAccess< GeometryGrid< HG, CoordFunction, Allocator > >::Codim< codim >::EntityPointer

type of the GeometryGrid entity pointer

template<class HG , class CoordFunction , class Allocator >
template<int codim>
typedef HostGrid::template Codim< codim >::Entity Dune::HostGridAccess< GeometryGrid< HG, CoordFunction, Allocator > >::Codim< codim >::HostEntity

type of the host entity

template<class HG , class CoordFunction , class Allocator >
template<int codim>
typedef HostGrid::template Codim< codim >::EntityPointer Dune::HostGridAccess< GeometryGrid< HG, CoordFunction, Allocator > >::Codim< codim >::HostEntityPointer

type of the host entity pointer


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