Class documentation of Concepts

Loading...
Searching...
No Matches
quadGraphics.hh
Go to the documentation of this file.
1
6#ifndef quadGraphicsEdge_hh
7#define quadGraphicsEdge_hh
8
9#include "basics/typedefs.hh"
10#include "hp2D/quadGraphics.hh"
11
12namespace hp2Dedge {
13
14 // ********************************************************** QuadGraphics **
15
19 template<class F>
21 public:
23 virtual void operator()
24 (const concepts::Element<F>& elm,
25 enum concepts::ElementGraphicsBase::graphicsType type,
27 protected:
28 virtual std::ostream& info(std::ostream& os) const;
29 };
30
31} // namespace hp2Dedge
32
33#endif // quadGraphicsEdge_hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.