#include <asympEdges.hh>


Public Member Functions | |
| virtual Z2 | top (const Real2d &vtx0, const Real2d &vtx1) const =0 |
Returns, where is the top of the sheet for an edge with the vertices vtx0 and vtx1, which are in the order of the local edge direction. | |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Definition at line 119 of file asympEdges.hh.
| virtual std::ostream& concepts::ThinSheetRule::info | ( | std::ostream & | os | ) | const [inline, protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in concepts::ThinSheetRuleCoord.
Definition at line 129 of file asympEdges.hh.
| virtual Z2 concepts::ThinSheetRule::top | ( | const Real2d & | vtx0, |
| const Real2d & | vtx1 | ||
| ) | const [pure virtual] |
Returns, where is the top of the sheet for an edge with the vertices vtx0 and vtx1, which are in the order of the local edge direction.
0 - left cell is top of the sheet 1 - right cell is top of the sheet
Implemented in concepts::ThinSheetRuleCoord.