Reference documentation for deal.II version 8.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
DataOutBase::EpsCell2d Class Reference

Public Member Functions

bool operator< (const EpsCell2d &) const
 

Public Attributes

Point< 2 > vertices [4]
 
float color_value
 
float depth
 

Detailed Description

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.

Member Function Documentation

bool DataOutBase::EpsCell2d::operator< ( const EpsCell2d ) const

Comparison operator for sorting.

Member Data Documentation

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.


The documentation for this class was generated from the following file: