- Home
- About DUNE
- Download
- Documentation
- Community
- Development
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. | |
~CombinedGrapeDisplay () | |
Destructor for GrapeGridDisplay. | |
void | addDisplay (DisplayType &disp) |
add display to list of displays | |
void | display () |
Public Attributes | |
void * | hmesh_ |
pointer to hmesh |
Combines GrapeDataDisplays to one so that visualisation for parallel grid is more easy to handle.
Dune::CombinedGrapeDisplay< DisplayType >::CombinedGrapeDisplay | ( | ) | [inline] |
Constructor, make a GrapeGridDisplay for given grid.
Dune::CombinedGrapeDisplay< DisplayType >::~CombinedGrapeDisplay | ( | ) | [inline] |
Destructor for GrapeGridDisplay.
References deleteHmesh(), and Dune::CombinedGrapeDisplay< DisplayType >::hmesh_.
void Dune::CombinedGrapeDisplay< DisplayType >::addDisplay | ( | DisplayType & | disp | ) | [inline] |
add display to list of displays
References addDataToHmesh(), Dune::CombinedGrapeDisplay< DisplayType >::hmesh_, and setupHmesh().
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_.
void* Dune::CombinedGrapeDisplay< DisplayType >::hmesh_ |
Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].