#include <meshEPS.hh>
Public Member Functions | |
MeshEPS (concepts::Mesh &msh, std::string filename, const Real scale=100, const Real greyscale=1.0, const unsigned int nPoints=20) | |
MeshEPS (concepts::Space< F > &spc, std::string filename, const Real scale=100, const Real greyscale=1.0, const unsigned int nPoints=20) | |
Draws a picture of a mesh in EPS format and stores the result in a file. This class is just an executor class for MeshEPSCell, the real work to draw the picture is done there.
The class has a template parameter which is not very handy. For this purpose, there are two trampoline functions drawMeshEPS which create this class and handle the template parameter corretctly.
Definition at line 39 of file meshEPS.hh.
graphics::MeshEPS< F >::MeshEPS | ( | concepts::Mesh & | msh, |
std::string | filename, | ||
const Real | scale = 100 , |
||
const Real | greyscale = 1.0 , |
||
const unsigned int | nPoints = 20 |
||
) |
Constructor. The coarsest grid will be depicted. To store the results, a new file is created.
graphics::MeshEPS< F >::MeshEPS | ( | concepts::Space< F > & | spc, |
std::string | filename, | ||
const Real | scale = 100 , |
||
const Real | greyscale = 1.0 , |
||
const unsigned int | nPoints = 20 |
||
) |
Constructor. The currently used grid in the space will be depicted. To store the results, a new file is created.