Reference documentation for deal.II version 9.1.1
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
Public Member Functions | Public Attributes | List of all members
DataOutBase::SvgFlags Struct Reference

#include <deal.II/base/data_out_base.h>

Inheritance diagram for DataOutBase::SvgFlags:
[legend]

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)
 

Detailed Description

Flags for SVG output.

Definition at line 1196 of file data_out_base.h.

Constructor & Destructor Documentation

◆ SvgFlags()

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 2089 of file data_out_base.cc.

Member Data Documentation

◆ height

unsigned int DataOutBase::SvgFlags::height

Height of the image in SVG units. Default value is 4000.

Definition at line 1201 of file data_out_base.h.

◆ width

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 1207 of file data_out_base.h.

◆ height_vector

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 1215 of file data_out_base.h.

◆ azimuth_angle

int DataOutBase::SvgFlags::azimuth_angle

Angles for the perspective view

Definition at line 1220 of file data_out_base.h.

◆ margin

bool DataOutBase::SvgFlags::margin

Draw a margin of 5% around the plotted area

Definition at line 1227 of file data_out_base.h.

◆ draw_colorbar

bool DataOutBase::SvgFlags::draw_colorbar

Draw a colorbar encoding the cell coloring

Definition at line 1232 of file data_out_base.h.


The documentation for this struct was generated from the following files: