#include <formula.hh>


Public Types | |
| typedef F | value_type |
Public Member Functions | |
| virtual ElementFormulaCompose < F, G, H > * | clone () const |
| Virtual copy constructor. | |
| ElementFormulaCompose (const ElementFormulaCompose< F, G, H > &frm) | |
| ElementFormulaCompose (const ElementFormula< H, G > &frm1, const ElementFormula< H, G > &frm2) | |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real2d &p, const Real t=0.0) const |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real p, const Real t=0.0) const |
| Evaluates the formula. | |
| virtual F | operator() (const ElementWithCell< G > &elm, const Real3d &p, const Real t=0.0) const |
| virtual | ~ElementFormulaCompose () |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Private Member Functions | |
| template<typename P > | |
| F | compose_ (const ElementWithCell< G > &elm, const P &p, const Real t=0.0) const |
Private Attributes | |
| std::auto_ptr< const ElementFormula< H, G > > | frm1_ |
| std::auto_ptr< const ElementFormula< H, G > > | frm2_ |
Definition at line 124 of file formula.hh.
typedef F concepts::ElementFormula< F, G >::value_type [inherited] |
Reimplemented in concepts::Formula< F >, concepts::MatrixElementFormula< F, dim, G >, concepts::VectorFormula< F, dim >, concepts::Formula< concepts::Point< Cmplx, 2 > >, concepts::Formula< Point< F, dim > >, concepts::Formula< Cmplx >, concepts::Formula< Real >, and concepts::Formula< Real2d >.
Definition at line 31 of file elementFormula.hh.
| concepts::ElementFormulaCompose< F, G, H >::ElementFormulaCompose | ( | const ElementFormula< H, G > & | frm1, |
| const ElementFormula< H, G > & | frm2 | ||
| ) | [inline] |
Definition at line 126 of file formula.hh.
| concepts::ElementFormulaCompose< F, G, H >::ElementFormulaCompose | ( | const ElementFormulaCompose< F, G, H > & | frm | ) | [inline] |
Definition at line 129 of file formula.hh.
| virtual concepts::ElementFormulaCompose< F, G, H >::~ElementFormulaCompose | ( | ) | [inline, virtual] |
Definition at line 131 of file formula.hh.
| virtual ElementFormulaCompose<F,G,H>* concepts::ElementFormulaCompose< F, G, H >::clone | ( | ) | const [inline, virtual] |
Virtual copy constructor.
Implements concepts::ElementFormula< F, G >.
Definition at line 146 of file formula.hh.
| F concepts::ElementFormulaCompose< F, G, H >::compose_ | ( | const ElementWithCell< G > & | elm, |
| const P & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [private] |
Definition at line 160 of file formula.hh.
| std::ostream & concepts::ElementFormulaCompose< F, G, H >::info | ( | std::ostream & | os | ) | const [protected, virtual] |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 166 of file formula.hh.
| virtual F concepts::ElementFormulaCompose< F, G, H >::operator() | ( | const ElementWithCell< G > & | elm, |
| const Real2d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Implements concepts::ElementFormula< F, G >.
Definition at line 138 of file formula.hh.

| virtual F concepts::ElementFormulaCompose< F, G, H >::operator() | ( | const ElementWithCell< G > & | elm, |
| const Real3d & | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Implements concepts::ElementFormula< F, G >.
Definition at line 142 of file formula.hh.

| virtual F concepts::ElementFormulaCompose< F, G, H >::operator() | ( | const ElementWithCell< G > & | elm, |
| const Real | p, | ||
| const Real | t = 0.0 |
||
| ) | const [inline, virtual] |
Evaluates the formula.
Implements concepts::ElementFormula< F, G >.
Definition at line 134 of file formula.hh.

std::auto_ptr<const ElementFormula<H,G> > concepts::ElementFormulaCompose< F, G, H >::frm1_ [private] |
Definition at line 152 of file formula.hh.
std::auto_ptr<const ElementFormula<H,G> > concepts::ElementFormulaCompose< F, G, H >::frm2_ [private] |
Definition at line 152 of file formula.hh.