#include <graphics.hh>
Public Member Functions | |
void | choose (uint idx) |
uint | chosen () const |
Returns index of chosen component. | |
virtual void | operator() (const concepts::Element< F > &elm, typename concepts::ElementGraphics< F >::graphicsType type, concepts::CellPostprocess< F > &post) const |
virtual void | operator() (const Element< F > &elm, enum graphicsType type, CellPostprocess< F > &post) const=0 |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Handles graphics for vector valued elements.
Definition at line 19 of file graphics.hh.
|
inherited |
Definition at line 27 of file elementGraphics.hh.
|
inline |
Definition at line 21 of file graphics.hh.
|
inline |
Choose component to be plotted.
idx | Chooses the component idx of the vector valued elements to be visualized |
Definition at line 26 of file graphics.hh.
|
inline |
Returns index of chosen component.
Definition at line 28 of file graphics.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
pure virtualinherited |
Writes necessary data to a file for graphics. This method is called by the application operator of the object which should create the graphics file. Such an object is a specialization of CellPostprocess
. It is best if an element returns an object of this type.
elm | Element which should be depicted |
type | Type of graphics |
post | Calling CellPostprocess specialization, might be necessary to get some data |
Implemented in hp2D::BaseQuadGraphics< F >, hp2D::QuadGraphics< F >, and hp2Dedge::QuadGraphics< F >.