#include <normalVector.hh>
Public Member Functions | |
virtual EdgeNormalVectorRule * | clone () const |
virtual Z2 | operator() (const Cell2 &cell, uint k) const |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Base class for defining rules in which direction the normal vector should point for created edges from quads.
Normal vector is set outwards to this cell.
Definition at line 31 of file normalVector.hh.
|
inlinevirtual |
Definition at line 33 of file normalVector.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in concepts::EdgeNormalVectorRuleAttrib, and concepts::EdgeNormalVectorRuleMidPoint.