ASPECT
|
Public Member Functions | |
virtual | ~SurfaceOnlyVisualization ()=default |
This class is a tag class: If a visualization postprocessor is derived from it, then this is interpreted as saying that the class will only be used to generate graphical output on the surface of the model, rather than for the entire domain.
Definition at line 287 of file visualization.h.
|
virtualdefault |
Destructor. Made virtual
to ensure that it is possible to test whether a derived class is derived from this class via a dynamic_cast
.