![]() |
Reference documentation for deal.II version 8.5.1
|
#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) | |
Public Member Functions inherited from DataOutBase::OutputFlagsBase< SvgFlags > | |
| void | parse_parameters (const ParameterHandler &prm) |
| std::size_t | memory_consumption () const |
Public Attributes | |
| unsigned int | height |
| unsigned int | width |
| unsigned int | height_vector |
| int | azimuth_angle |
| bool | margin |
| bool | draw_colorbar |
Additional Inherited Members | |
Static Public Member Functions inherited from DataOutBase::OutputFlagsBase< SvgFlags > | |
| static void | declare_parameters (ParameterHandler &prm) |
Flags for SVG output.
Definition at line 996 of file data_out_base.h.
| DataOutBase::SvgFlags::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 |
||
| ) |
Constructor.
Definition at line 1740 of file data_out_base.cc.
| unsigned int DataOutBase::SvgFlags::height |
Height of the image in SVG units. Default value is 4000.
Definition at line 1001 of file data_out_base.h.
| unsigned int DataOutBase::SvgFlags::width |
Width of the image in SVG units. If left zero, the width is computed from the height.
Definition at line 1007 of file data_out_base.h.
| unsigned int DataOutBase::SvgFlags::height_vector |
This denotes the number of the data vector which shall be used for generating the height information. By default, the first data vector is taken, i.e. height_vector==0, if there is any data vector. If there is no data vector, no height information is generated.
Definition at line 1015 of file data_out_base.h.
| int DataOutBase::SvgFlags::azimuth_angle |
Angles for the perspective view
Definition at line 1020 of file data_out_base.h.
| bool DataOutBase::SvgFlags::margin |
Draw a margin of 5% around the plotted area
Definition at line 1027 of file data_out_base.h.
| bool DataOutBase::SvgFlags::draw_colorbar |
Draw a colorbar encoding the cell coloring
Definition at line 1032 of file data_out_base.h.
1.8.13