meshEPS.hh File Reference
#include <string>
#include "basics/typedefs.hh"
#include "basics/vectorsMatrices.hh"
#include "basics/exceptions.hh"
#include "space/postProcess.hh"
Go to the source code of this file.
Classes | |
class | graphics::MeshEPS< F > |
Draws a picture of a mesh in EPS format and stores the result in a file. More... | |
class | graphics::MeshEPSCell< F > |
Draws a picture of a mesh in EPS. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
graphics | |
Graphics. | |
Functions | |
MeshEPS< Real > | graphics::drawMeshEPS (concepts::Mesh &msh, std::string filename, const Real scale=100, const Real greyscale=1.0, const unsigned int nPoints=2) |
Trampoline function to create a MeshEPS. More... | |
template<class F > | |
MeshEPS< F > | graphics::drawMeshEPS (concepts::Space< F > &spc, std::string filename, const Real scale=100, const Real greyscale=1.0, const unsigned int nPoints=20) |
Trampoline function to create a MeshEPS. More... | |
Detailed Description
Graphics of the mesh in eps
Definition in file meshEPS.hh.