Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions
concepts::ThinSheetRule Class Reference

#include <asympEdges.hh>

Inheritance diagram for concepts::ThinSheetRule:
Inheritance graph
[legend]
Collaboration diagram for concepts::ThinSheetRule:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Definition at line 119 of file asympEdges.hh.


Member Function Documentation

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.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)