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 ¶m) |
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler ¶m) |
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 |
By default, the size of the picture is scaled such that the width equals 300 units.
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.
static void GridOutFlags::EpsFlagsBase::declare_parameters | ( | ParameterHandler & | param | ) | [static] |
Declare parameters in ParameterHandler.
Reimplemented in GridOutFlags::Eps< 1 >, GridOutFlags::Eps< 2 >, and GridOutFlags::Eps< 3 >.
void GridOutFlags::EpsFlagsBase::parse_parameters | ( | ParameterHandler & | param | ) |
Parse parameters of ParameterHandler.
Reimplemented in GridOutFlags::Eps< 1 >, GridOutFlags::Eps< 2 >, and GridOutFlags::Eps< 3 >.
See above. Default is width
.
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.
Width of a line in postscript units. Default is 0.5.
Should lines with a set user_flag
be drawn in a different color (red)?
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.
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.