Reference documentation for deal.II version 9.1.0-pre
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 1187 of file data_out_base.h.

Constructor & Destructor Documentation

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

Member Data Documentation

unsigned int DataOutBase::SvgFlags::height

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

Definition at line 1192 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 1198 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 1206 of file data_out_base.h.

int DataOutBase::SvgFlags::azimuth_angle

Angles for the perspective view

Definition at line 1211 of file data_out_base.h.

bool DataOutBase::SvgFlags::margin

Draw a margin of 5% around the plotted area

Definition at line 1218 of file data_out_base.h.

bool DataOutBase::SvgFlags::draw_colorbar

Draw a colorbar encoding the cell coloring

Definition at line 1223 of file data_out_base.h.


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