Class documentation of Concepts

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