Definition at line 109 of file delphin_output_lib_types.h.
Public Attributes | |
| unsigned int | n |
| Number of the side. | |
| double | x |
| X-Coordinate of the side's center point. | |
| double | y |
| Y-Coordinate of the side's center point. | |
| unsigned int | i |
| Grid line index in x direction for the side. | |
| unsigned int | j |
| Grid line index in y direction for the side. | |
| bool | vertical |
| Indicates whether the side is oriented vertically or horizontally. | |
| unsigned int DELPHIN::SidesGeometry::n |
| double DELPHIN::SidesGeometry::x |
| double DELPHIN::SidesGeometry::y |
| unsigned int DELPHIN::SidesGeometry::i |
Grid line index in x direction for the side.
Definition at line 114 of file delphin_output_lib_types.h.
| unsigned int DELPHIN::SidesGeometry::j |
Grid line index in y direction for the side.
Definition at line 115 of file delphin_output_lib_types.h.
Indicates whether the side is oriented vertically or horizontally.
Definition at line 116 of file delphin_output_lib_types.h.
1.5.5