Reference documentation for deal.II version 9.3.3
|
#include <deal.II/base/data_out_base.h>
Public Member Functions | |
SvgFlags (const unsigned int height_vector=0, const int azimuth_angle=37, const int polar_angle=45, const unsigned int line_thickness=1, const bool margin=true, const bool draw_colorbar=true) | |
void | parse_parameters (const ParameterHandler &prm) |
std::size_t | memory_consumption () const |
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler &prm) |
Public Attributes | |
unsigned int | height |
unsigned int | width |
unsigned int | height_vector |
int | azimuth_angle |
int | polar_angle |
unsigned int | line_thickness |
bool | margin |
bool | draw_colorbar |
Flags for SVG output.
Definition at line 1189 of file data_out_base.h.
|
staticinherited |
Declare all flags with name and type as offered by this class, for use in input files.
This method does nothing, but child classes may override this method to add fields to prm
.
Definition at line 552 of file data_out_base.h.
|
inherited |
Read the parameters declared in declare_parameters() and set the flags for this output format accordingly.
This method does nothing, but child classes may override this method to add fields to prm
.
Definition at line 562 of file data_out_base.h.
|
inherited |
Return an estimate for the memory consumption, in bytes, of this object. This is not exact (but will usually be close) because calculating the memory usage of trees (e.g., std::map
) is difficult.
Definition at line 571 of file data_out_base.h.