dune-grid  2.3.0
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dune::VTK::NonConformingBoundaryIteratorFactory< GV > Class Template Reference

#include <dune/grid/io/file/vtk/boundaryiterators.hh>

Inheritance diagram for Dune::VTK::NonConformingBoundaryIteratorFactory< GV >:
Dune::VTK::NonConformingBoundaryWriter< GV >

Public Types

typedef GV::Intersection Cell
 
typedef BoundaryIterator< GV > CellIterator
 
typedef VTK::Corner< CellCorner
 
typedef VTK::CornerIterator
< CellIterator
CornerIterator
 
typedef Corner Point
 
typedef CornerIterator PointIterator
 
typedef
NonConformingConnectivityWriter
< Cell
ConnectivityWriter
 
typedef GV::CollectiveCommunication CollectiveCommunication
 

Public Member Functions

 NonConformingBoundaryIteratorFactory (const GV &gv_)
 
CellIterator beginCells () const
 
CellIterator endCells () const
 
CornerIterator beginCorners () const
 
CornerIterator endCorners () const
 
PointIterator beginPoints () const
 
PointIterator endPoints () const
 
ConnectivityWriter makeConnectivity () const
 
const CollectiveCommunicationcomm () const
 

Static Public Attributes

static const unsigned dimCell = GV::dimension-1
 

Member Typedef Documentation

template<typename GV>
typedef GV::Intersection Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::Cell
template<typename GV>
typedef GV::CollectiveCommunication Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::CollectiveCommunication
template<typename GV>
typedef Corner Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::Point

Constructor & Destructor Documentation

template<typename GV>
Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::NonConformingBoundaryIteratorFactory ( const GV &  gv_)
inlineexplicit

Member Function Documentation

template<typename GV>
CellIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::beginCells ( ) const
inline
template<typename GV>
CornerIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::beginCorners ( ) const
inline
template<typename GV>
PointIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::beginPoints ( ) const
inline
template<typename GV>
const CollectiveCommunication& Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::comm ( ) const
inline
template<typename GV>
CellIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::endCells ( ) const
inline
template<typename GV>
CornerIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::endCorners ( ) const
inline
template<typename GV>
PointIterator Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::endPoints ( ) const
inline
template<typename GV>
ConnectivityWriter Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::makeConnectivity ( ) const
inline

Member Data Documentation

template<typename GV>
const unsigned Dune::VTK::NonConformingBoundaryIteratorFactory< GV >::dimCell = GV::dimension-1
static

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