dune-grid  2.2.0
Public Types | Public Member Functions
Dune::ALU3dGridVertexList< Comm > Struct Template Reference

#include <dune/grid/alugrid/3d/alu3dinclude.hh>

List of all members.

Public Types

typedef ALU3dBasicImplTraits
< Comm >::VertexType 
VertexType
typedef std::vector< VertexType * > VertexListType
typedef VertexListType::iterator IteratorType

Public Member Functions

 ALU3dGridVertexList ()
size_t size () const
bool up2Date () const
void unsetUp2Date ()
template<class GridType >
void setupVxList (const GridType &grid, int level)
IteratorType begin ()
IteratorType end ()
VertexListTypegetItemList ()

Detailed Description

template<class Comm>
struct Dune::ALU3dGridVertexList< Comm >

contains list of vertices of one level needed for VertexLevelIterator


Member Typedef Documentation

template<class Comm >
typedef VertexListType::iterator Dune::ALU3dGridVertexList< Comm >::IteratorType
template<class Comm >
typedef std::vector< VertexType * > Dune::ALU3dGridVertexList< Comm >::VertexListType
template<class Comm >
typedef ALU3dBasicImplTraits< Comm >::VertexType Dune::ALU3dGridVertexList< Comm >::VertexType

Constructor & Destructor Documentation

template<class Comm >
Dune::ALU3dGridVertexList< Comm >::ALU3dGridVertexList ( ) [inline]

Member Function Documentation

template<class Comm >
IteratorType Dune::ALU3dGridVertexList< Comm >::begin ( ) [inline]
template<class Comm >
IteratorType Dune::ALU3dGridVertexList< Comm >::end ( ) [inline]
template<class Comm >
VertexListType& Dune::ALU3dGridVertexList< Comm >::getItemList ( ) [inline]
template<class Comm >
template<class GridType >
void Dune::ALU3dGridVertexList< Comm >::setupVxList ( const GridType &  grid,
int  level 
)
template<class Comm >
size_t Dune::ALU3dGridVertexList< Comm >::size ( ) const [inline]
template<class Comm >
void Dune::ALU3dGridVertexList< Comm >::unsetUp2Date ( ) [inline]
template<class Comm >
bool Dune::ALU3dGridVertexList< Comm >::up2Date ( ) const [inline]

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