Class documentation of Concepts

Loading...
Searching...
No Matches
elementGraphics.hh
Go to the documentation of this file.
1
6#ifndef bemElementGraphics_hh
7#define bemElementGraphics_hh
8
9#include "basics/typedefs.hh"
11
12namespace bem {
13
14 using concepts::Real;
15
16 // ******************************************************** LinTriGraphics **
17
22 public:
23 virtual void operator()(const concepts::Element<Real>& elm,
24 concepts::ElementGraphics<Real>::graphicsType type,
26 protected:
27 virtual std::ostream& info(std::ostream& os) const;
28 };
29
30 // ****************************************************** ConstTriGraphics **
31
36 public:
37 virtual void operator()(const concepts::Element<Real>& elm,
38 concepts::ElementGraphics<Real>::graphicsType type,
40 protected:
41 virtual std::ostream& info(std::ostream& os) const;
42 };
43
44} // namespace bem
45
46#endif // bemElementGraphics_hh
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
Definition bem.hh:18
double Real
Definition typedefs.hh:39