Reference documentation for deal.II version 9.0.0
|
#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 1139 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 1981 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 1144 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 1150 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 1158 of file data_out_base.h.
int DataOutBase::SvgFlags::azimuth_angle |
Angles for the perspective view
Definition at line 1163 of file data_out_base.h.
bool DataOutBase::SvgFlags::margin |
Draw a margin of 5% around the plotted area
Definition at line 1170 of file data_out_base.h.
bool DataOutBase::SvgFlags::draw_colorbar |
Draw a colorbar encoding the cell coloring
Definition at line 1175 of file data_out_base.h.