Public Member Functions | |
Eps (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 double azimut_angle=60, const double turn_angle=30) | |
void | parse_parameters (ParameterHandler ¶m) |
Static Public Member Functions | |
static void | declare_parameters (ParameterHandler ¶m) |
Public Attributes | |
double | azimut_angle |
double | turn_angle |
GridOutFlags::Eps< 3 >::Eps | ( | 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 double | azimut_angle = 60 , |
|||
const double | turn_angle = 30 | |||
) |
Constructor.
static void GridOutFlags::Eps< 3 >::declare_parameters | ( | ParameterHandler & | param | ) | [static] |
Declare parameters in ParameterHandler.
Reimplemented from GridOutFlags::EpsFlagsBase.
void GridOutFlags::Eps< 3 >::parse_parameters | ( | ParameterHandler & | param | ) |
Parse parameters of ParameterHandler.
Reimplemented from GridOutFlags::EpsFlagsBase.
Angle of the line origin-viewer against the z-axis in degrees.
Default is the Gnuplot-default of 60.
Angle by which the viewers position projected onto the x-y-plane is rotated around the z-axis, in positive sense when viewed from above. The unit are degrees, and zero equals a position above or below the negative y-axis.
Default is the Gnuplot-default of 30.