concepts::EdgeNormalVectorRule Class Reference

Base class for defining rules in which direction the normal vector should point for created edges from quads. More...

#include <normalVector.hh>

Inheritance diagram for concepts::EdgeNormalVectorRule:
concepts::OutputOperator concepts::EdgeNormalVectorRuleAttrib concepts::EdgeNormalVectorRuleMidPoint

Public Member Functions

virtual EdgeNormalVectorRuleclone () 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. More...
 

Detailed Description

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.

Author
Kersten Schmidt, 2012

Definition at line 31 of file normalVector.hh.

Member Function Documentation

◆ clone()

virtual EdgeNormalVectorRule* concepts::EdgeNormalVectorRule::clone ( ) const
inlinevirtual

◆ info()

virtual std::ostream& concepts::EdgeNormalVectorRule::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Reimplemented in concepts::EdgeNormalVectorRuleMidPoint, and concepts::EdgeNormalVectorRuleAttrib.

◆ operator()()

virtual Z2 concepts::EdgeNormalVectorRule::operator() ( const Cell2 cell,
uint  k 
) const
virtual

The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich