dune-grid  2.4.1-rc2
Public Member Functions | Public Attributes | List of all members
Dune::CombinedGrapeDisplay< DisplayType > Class Template Reference

Combines GrapeDataDisplays to one so that visualisation for parallel grid is more easy to handle. More...

#include <dune/grid/io/visual/combinedgrapedisplay.hh>

Public Member Functions

 CombinedGrapeDisplay ()
 Constructor, make a GrapeGridDisplay for given grid. More...
 
 ~CombinedGrapeDisplay ()
 Destructor for GrapeGridDisplay. More...
 
void addDisplay (DisplayType &disp)
 add display to list of displays More...
 
void display ()
 

Public Attributes

void * hmesh_
 pointer to hmesh More...
 

Detailed Description

template<class DisplayType>
class Dune::CombinedGrapeDisplay< DisplayType >

Combines GrapeDataDisplays to one so that visualisation for parallel grid is more easy to handle.

Constructor & Destructor Documentation

template<class DisplayType >
Dune::CombinedGrapeDisplay< DisplayType >::CombinedGrapeDisplay ( )
inline
template<class DisplayType >
Dune::CombinedGrapeDisplay< DisplayType >::~CombinedGrapeDisplay ( )
inline

Member Function Documentation

template<class DisplayType >
void Dune::CombinedGrapeDisplay< DisplayType >::addDisplay ( DisplayType &  disp)
inline
template<class DisplayType >
void Dune::CombinedGrapeDisplay< DisplayType >::display ( )
inline

Calls the display of the grid and draws the discrete function if discretefunction is NULL, then only the grid is displayed

References handleMesh(), and Dune::CombinedGrapeDisplay< DisplayType >::hmesh_.

Referenced by Dune::CombinedGrapeDisplay< DisplayType >::~CombinedGrapeDisplay().

Member Data Documentation

template<class DisplayType >
void* Dune::CombinedGrapeDisplay< DisplayType >::hmesh_

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