Public Types | Public Member Functions | Static Public Member Functions | Public Attributes

GridOutFlags::EpsFlagsBase Struct Reference
[Graphical output]

Inheritance diagram for GridOutFlags::EpsFlagsBase:
Inheritance graph
[legend]

List of all members.

Public Types

enum  SizeType { width, height }

Public Member Functions

 EpsFlagsBase (const SizeType size_type=width, const unsigned int size=300, const double line_width=0.5, const bool color_lines_on_user_flag=false, const unsigned int n_boundary_face_points=2, const bool color_lines_level=false)
void parse_parameters (ParameterHandler &param)

Static Public Member Functions

static void declare_parameters (ParameterHandler &param)

Public Attributes

SizeType size_type
unsigned int size
double line_width
bool color_lines_on_user_flag
unsigned int n_boundary_face_points
bool color_lines_level

Detailed Description

Flags describing the details of output for encapsulated postscript. In this structure, the flags common to all dimensions are listed. Flags which are specific to one space dimension only are listed in derived classes.

By default, the size of the picture is scaled such that the width equals 300 units.

Definition at line 338 of file grid_out.h.


Member Enumeration Documentation

Enum denoting the possibilities whether the scaling should be done such that the given size equals the width or the height of the resulting picture.

Enumerator:
width 
height 

Definition at line 347 of file grid_out.h.


Constructor & Destructor Documentation

GridOutFlags::EpsFlagsBase::EpsFlagsBase ( const SizeType  size_type = width,
const unsigned int  size = 300,
const double  line_width = 0.5,
const bool  color_lines_on_user_flag = false,
const unsigned int  n_boundary_face_points = 2,
const bool  color_lines_level = false 
)

Constructor.


Member Function Documentation

static void GridOutFlags::EpsFlagsBase::declare_parameters ( ParameterHandler param ) [static]
void GridOutFlags::EpsFlagsBase::parse_parameters ( ParameterHandler param )

Member Data Documentation

See above. Default is width.

Definition at line 354 of file grid_out.h.

Width or height of the output as given in postscript units This usually is given by the strange unit 1/72 inch. Whether this is height or width is specified by the flag size_type.

Default is 300.

Definition at line 367 of file grid_out.h.

Width of a line in postscript units. Default is 0.5.

Definition at line 373 of file grid_out.h.

Should lines with a set user_flag be drawn in a different color (red)?

Definition at line 380 of file grid_out.h.

This is the number of points on a boundary face, that are ploted additionally to the vertices of the face.

This is used if the mapping used is not the standard MappingQ1 mapping.

Definition at line 394 of file grid_out.h.

Should lines be colored according to their refinement level? This overrides color_lines_on_user_flag for all levels except level 0. Colors are: level 0: black, other levels: rainbow scale from blue to red.

Definition at line 407 of file grid_out.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

deal.II documentation generated on Fri Feb 3 2012 06:04:14 by doxygen 1.7.2