Public Member Functions | |
| XFig () | |
| void | parse_parameters (ParameterHandler ¶m) |
Static Public Member Functions | |
| static void | declare_parameters (ParameterHandler ¶m) |
Public Attributes | |
| bool | draw_boundary |
| bool | level_color |
| bool | level_depth |
| unsigned int | n_boundary_face_points |
| Point< 2 > | scaling |
| Point< 2 > | offset |
| int | fill_style |
| int | line_style |
| int | line_thickness |
| int | boundary_style |
| int | boundary_thickness |
Flags for XFig output.
Definition at line 617 of file grid_out.h.
| GridOutFlags::XFig::XFig | ( | ) |
Constructor.
| static void GridOutFlags::XFig::declare_parameters | ( | ParameterHandler & | param ) | [static] |
Declare parameters in ParameterHandler.
| void GridOutFlags::XFig::parse_parameters | ( | ParameterHandler & | param ) |
Parse parameters of ParameterHandler.
Draw boundary lines. Default is true.
Definition at line 622 of file grid_out.h.
Change color depending on level. Default is false, therefore, color is coded by material or boundary id.
Definition at line 629 of file grid_out.h.
Code level to depth. Default is true. If false, color depends on material or boundary id.
Depth of the object is 900-level, if this value is true.
Definition at line 638 of file grid_out.h.
Additional points for curved boundaries. Default is none.
Definition at line 643 of file grid_out.h.
Scaling of graph. The default is a unit length of one inch.
Definition at line 650 of file grid_out.h.
Offset of the graph. Before scaling, the coordinates are shifted by this value. Default is zero in each direction.
Definition at line 658 of file grid_out.h.
Style for filling cells. Default is solid fill (20). This value is forwarded unchanged into the corresponding field fill_style of the polyline object of XFig.
Definition at line 667 of file grid_out.h.
Style for drawing border lines of polygons. Defaults to solid (0) and is forwarded to XFig.
Definition at line 673 of file grid_out.h.
Thickness of border lines of polygons. Default is 1.
Set this to zero to avoid border lines for very fine meshes.
Definition at line 683 of file grid_out.h.
Style for drawing lines at the boundary. Defaults to solid (0).
Definition at line 689 of file grid_out.h.
Thickness of boundary lines. Default is 3.
Definition at line 695 of file grid_out.h.
documentation generated on Fri Feb 3 2012 06:04:14 by
doxygen
1.7.2