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