Reference documentation for deal.II version 9.2.0
|
#include <deal.II/base/data_out_base.h>
Public Member Functions | |
void | parse_parameters (const ParameterHandler &prm) |
std::size_t | memory_consumption () const |
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
Base class describing common functionality between different output flags.
This is implemented with the "Curiously Recurring Template Pattern"; derived classes use their own type to fill in the typename so that memory_consumption
works correctly. See the Wikipedia page on the pattern for more information.
Definition at line 536 of file data_out_base.h.