Public Types |
Public Member Functions |
Protected Member Functions |
Private Attributes |
List of all members
concepts::ElementFormulaRotate2D< F > Class Template Referenceabstract
Rotated element formula of a 2D vector (90� to right). More...
#include <formula.hh>
Inheritance diagram for concepts::ElementFormulaRotate2D< F >:
Public Types | |
typedef Point< F, 2 > | value_type |
Public Member Functions | |
virtual ElementFormulaRotate2D< F > * | clone () const |
Virtual copy constructor. More... | |
virtual ElementFormula< Point< F, 2 >, typename Realtype< Point< F, 2 > >::type > * | clone () const=0 |
Virtual copy constructor. More... | |
ElementFormulaRotate2D (const ElementFormulaContainer< Point< F, 2 > > frm) | |
Constructor. More... | |
virtual Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real p, const Real t=0.0) const |
virtual Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real2d &p, const Real t=0.0) const |
virtual Point< F, 2 > | operator() (const ElementWithCell< Real > &elm, const Real3d &p, const Real t=0.0) const |
virtual Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real2d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
virtual Point< F, 2 > | operator() (const ElementWithCell< typename Realtype< Point< F, 2 > >::type > &elm, const Real3d &p, const Real t=0.0) const=0 |
Evaluates the formula. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Attributes | |
const ElementFormulaContainer< Point< F, 2 > > | frm_ |
Detailed Description
template<class F>
class concepts::ElementFormulaRotate2D< F >
Rotated element formula of a 2D vector (90� to right).
Definition at line 209 of file formula.hh.
Member Typedef Documentation
◆ value_type
|
inherited |
Definition at line 37 of file elementFormula.hh.
Constructor & Destructor Documentation
◆ ElementFormulaRotate2D()
template<class F >
|
inline |
Constructor.
Definition at line 212 of file formula.hh.
Member Function Documentation
◆ clone() [1/2]
template<class F >
|
inlinevirtual |
Virtual copy constructor.
Implements concepts::Cloneable.
Definition at line 222 of file formula.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Virtual copy constructor.
◆ info()
template<class F >
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
◆ operator()() [1/6]
template<class F >
|
virtual |
◆ operator()() [2/6]
template<class F >
|
virtual |
◆ operator()() [3/6]
template<class F >
|
virtual |
◆ operator()() [4/6]
|
pure virtualinherited |
◆ operator()() [5/6]
|
pure virtualinherited |
◆ operator()() [6/6]
|
pure virtualinherited |
Member Data Documentation
◆ frm_
template<class F >
|
private |
Definition at line 228 of file formula.hh.
The documentation for this class was generated from the following file:
- space/formula.hh