Class documentation of Concepts

Loading...
Searching...
No Matches
edgeGraphics.hh
Go to the documentation of this file.
1
6#ifndef edgeGraphics_hh
7#define edgeGraphics_hh
8
9#include "basics/typedefs.hh"
11
12namespace hp2D {
13 using concepts::Real;
14
15 // ********************************************************** EdgeGraphics **
16
21 public:
22 virtual void operator()(const concepts::Element<Real>& elm,
23 enum graphicsType type,
25 protected:
26 virtual std::ostream& info(std::ostream& os) const;
27 };
28
29} // namespace hp2D
30
31#endif // edgeGraphics_hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
double Real
Definition typedefs.hh:39