Class documentation of Concepts

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