![]() |
Reference documentation for deal.II version 8.1.0
|
Public Member Functions | |
bool | operator< (const EpsCell2d &) const |
Public Attributes | |
Point< 2 > | vertices [4] |
float | color_value |
float | depth |
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 2118 of file data_out_base.h.
Point<2> DataOutBase::EpsCell2d::vertices[4] |
Vector of vertices of this cell.
Definition at line 2125 of file data_out_base.h.
float DataOutBase::EpsCell2d::color_value |
Data value from which the actual colors will be computed by the colorization function stated in the EpsFlags
class.
Definition at line 2131 of file data_out_base.h.
float DataOutBase::EpsCell2d::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 2137 of file data_out_base.h.