dune-spgrid 2.7
Public Types | Public Member Functions | List of all members
Dune::EntityTree< codim, SPGrid< ct, dim, Ref, Comm >, IsLeaf > Class Template Reference

#include <dune/grid/spgrid/tree.hh>

Public Types

typedef SPGrid< ct, dim, Ref, Comm > Grid
 
typedef Dune::Entity< codim, dim, const Grid, SPEntityEntity
 
typedef Dune::EntityIterator< codim, Grid, __SPGrid::TreeIterator< Entity, IsLeaf > > Iterator
 

Public Member Functions

 EntityTree (const Grid &grid, const Entity &entity, const IsLeaf &isLeaf)
 
Iterator begin () const
 
Iterator end () const
 
bool empty () const
 

Member Typedef Documentation

◆ Entity

template<int codim, class ct , int dim, template< int > class Ref, class Comm , class IsLeaf >
typedef Dune::Entity< codim, dim, const Grid, SPEntity > Dune::EntityTree< codim, SPGrid< ct, dim, Ref, Comm >, IsLeaf >::Entity

◆ Grid

template<int codim, class ct , int dim, template< int > class Ref, class Comm , class IsLeaf >
typedef SPGrid< ct, dim, Ref, Comm > Dune::EntityTree< codim, SPGrid< ct, dim, Ref, Comm >, IsLeaf >::Grid

◆ Iterator

template<int codim, class ct , int dim, template< int > class Ref, class Comm , class IsLeaf >
typedef Dune::EntityIterator< codim, Grid, __SPGrid::TreeIterator< Entity, IsLeaf > > Dune::EntityTree< codim, SPGrid< ct, dim, Ref, Comm >, IsLeaf >::Iterator

Constructor & Destructor Documentation

◆ EntityTree()

template<int codim, class ct , int dim, template< int > class Ref, class Comm , class IsLeaf >
Dune::EntityTree< codim, SPGrid< ct, dim, Ref, Comm >, IsLeaf >::EntityTree ( const Grid grid,
const Entity entity,
const IsLeaf &  isLeaf 
)
inline

Member Function Documentation

◆ begin()

template<int codim, class ct , int dim, template< int > class Ref, class Comm , class IsLeaf >
Iterator Dune::EntityTree< codim, SPGrid< ct, dim, Ref, Comm >, IsLeaf >::begin ( ) const
inline

◆ empty()

template<int codim, class ct , int dim, template< int > class Ref, class Comm , class IsLeaf >
bool Dune::EntityTree< codim, SPGrid< ct, dim, Ref, Comm >, IsLeaf >::empty ( ) const
inline

◆ end()

template<int codim, class ct , int dim, template< int > class Ref, class Comm , class IsLeaf >
Iterator Dune::EntityTree< codim, SPGrid< ct, dim, Ref, Comm >, IsLeaf >::end ( ) const
inline

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