You are here:
Concepts
>
Concepts Web
>
Class documentation
Class documentation of Concepts
Loading...
Searching...
No Matches
bem
triangleGraphics.hh
Go to the documentation of this file.
1
6
#ifndef bemTriangleGraphics_hh
7
#define bemTriangleGraphics_hh
8
9
#include "
basics/typedefs.hh
"
10
#include "
toolbox/elementGraphics.hh
"
11
12
namespace
bem
{
13
14
using
concepts::Real
;
15
16
// ****************************************************** TriangleGraphics **
17
21
template
<
typename
F = concepts::Real>
22
class
TriangleGraphics
:
public
concepts::ElementGraphics
<F> {
23
public
:
24
virtual
void
operator()(
const
concepts::Element<F>
& elm,
25
typename
concepts::ElementGraphics<F>::graphicsType type,
26
concepts::CellPostprocess<F>
& post)
const
;
27
protected
:
28
virtual
std::ostream&
info
(std::ostream& os)
const
;
29
};
30
31
}
// namespace bem
32
33
#endif
// bemTriangleGraphics_hh
bem::TriangleGraphics
Definition
triangleGraphics.hh:22
bem::TriangleGraphics::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