![]() |
Reference documentation for deal.II version 8.1.0
|
Public Member Functions | |
bool | operator< (const SvgCell &) const |
Public Attributes | |
Point< 3 > | center |
Point< 3 > | vertices [4] |
float | depth |
Point< 2 > | projected_vertices [4] |
Point< 2 > | projected_center |
Class holding the data of one cell of a patch in two space dimensions for output. It is the projection of a cell in three-dimensional space (two coordinates, one height value) to the direction of sight.
Definition at line 2079 of file data_out_base.h.
Point<3> DataOutBase::SvgCell::vertices[4] |
Vector of vertices of this cell (three-dimensional)
Definition at line 2089 of file data_out_base.h.
float DataOutBase::SvgCell::depth |
Depth into the picture, which is defined as the distance from an observer at an the origin in direction of the line of sight.
Definition at line 2095 of file data_out_base.h.
Point<2> DataOutBase::SvgCell::projected_vertices[4] |
Vector of vertices of this cell (projected, two-dimensional).
Definition at line 2100 of file data_out_base.h.