concepts::Operation< F > Class Template Referenceabstract
#include <formula.hh>
Inheritance diagram for concepts::Operation< F >:
Public Member Functions | |
virtual Operation< F > * | clone () const =0 |
Virtual constructor. More... | |
virtual F | operator() (const F val) const =0 |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Detailed Description
template<class F>
class concepts::Operation< F >
Definition at line 368 of file formula.hh.
Member Function Documentation
◆ clone()
template<class F >
|
pure virtual |
Virtual constructor.
Returns a pointer to a copy of itself. The caller is responsible to destroy this copy.
Implements concepts::Cloneable.
Implemented in concepts::OpRecipr< F >, concepts::OpAdd< F >, and concepts::OpMult< F >.
◆ info()
template<class F >
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in concepts::OpRecipr< F >, concepts::OpAdd< F >, and concepts::OpMult< F >.
◆ operator()()
template<class F >
|
pure virtual |
Implemented in concepts::OpRecipr< F >, concepts::OpAdd< F >, and concepts::OpMult< F >.
The documentation for this class was generated from the following file:
- geometry/formula.hh