Go to the documentation of this file.
6 #ifndef vectorGraphics_hh
7 #define vectorGraphics_hh
29 virtual void operator()
34 virtual std::ostream&
info(std::ostream& os)
const;
42 #endif // vectorGraphics_hh
Handles graphics output (to a file) of a specific element.
An abstract class for an element of a space.
uint idx_
Component which should be visualized.
virtual std::ostream & info(std::ostream &os) const
Handles graphics for vector valued elements.
void choose(uint idx)
Choose component to be plotted.
Abstract class for per cell postprocessing.
uint chosen() const
Returns index of chosen component.