You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
bem
elementGraphics.hh
Go to the documentation of this file.
1
6
#ifndef bemElementGraphics_hh
7
#define bemElementGraphics_hh
8
9
#include "
basics/typedefs.hh
"
10
#include "
toolbox/elementGraphics.hh
"
11
12
namespace
bem
{
13
14
using
concepts::Real
;
15
16
// ******************************************************** LinTriGraphics **
17
21
class
LinTriGraphics
:
public
concepts::ElementGraphics
<Real> {
22
public
:
23
virtual
void
operator()(
const
concepts::Element<Real>
& elm,
24
concepts::ElementGraphics<Real>::graphicsType type,
25
concepts::CellPostprocess<Real>
& post)
const
;
26
protected
:
27
virtual
std::ostream&
info
(std::ostream& os)
const
;
28
};
29
30
// ****************************************************** ConstTriGraphics **
31
35
class
ConstTriGraphics
:
public
concepts::ElementGraphics
<Real> {
36
public
:
37
virtual
void
operator()(
const
concepts::Element<Real>
& elm,
38
concepts::ElementGraphics<Real>::graphicsType type,
39
concepts::CellPostprocess<Real>
& post)
const
;
40
protected
:
41
virtual
std::ostream&
info
(std::ostream& os)
const
;
42
};
43
44
}
// namespace bem
45
46
#endif
// bemElementGraphics_hh
bem::ConstTriGraphics
Definition
elementGraphics.hh:35
bem::ConstTriGraphics::info
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
bem::LinTriGraphics
Definition
elementGraphics.hh:21
bem::LinTriGraphics::info
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
concepts::CellPostprocess
Definition
postProcess.hh:38
concepts::ElementGraphics
Definition
elementGraphics.hh:65
concepts::Element
Definition
element.hh:52
bem
Definition
bem.hh:18
concepts::Real
double Real
Definition
typedefs.hh:39
elementGraphics.hh
typedefs.hh
Generated on Wed Sep 13 2023 21:06:17 for Concepts by
1.9.8