x + b*y More...
Public Member Functions | |
| XPlusBetaY (const Scalar &b) | |
| Scalar | operator() (const Scalar &x, const Scalar &y) const |
| std::string | description () const |
Private Attributes | |
| Scalar | b_ |
x + b*y
Definition at line 200 of file PlayaVectorFunctorsImpl.hpp.
| PlayaFunctors::XPlusBetaY< Scalar >::XPlusBetaY | ( | const Scalar & | b | ) | [inline] |
Definition at line 204 of file PlayaVectorFunctorsImpl.hpp.
| std::string PlayaFunctors::XPlusBetaY< Scalar >::description | ( | ) | const [inline] |
Definition at line 211 of file PlayaVectorFunctorsImpl.hpp.
References PlayaFunctors::XPlusBetaY< Scalar >::b_.
| Scalar PlayaFunctors::XPlusBetaY< Scalar >::operator() | ( | const Scalar & | x, |
| const Scalar & | y | ||
| ) | const [inline] |
Definition at line 207 of file PlayaVectorFunctorsImpl.hpp.
References PlayaFunctors::XPlusBetaY< Scalar >::b_.
Scalar PlayaFunctors::XPlusBetaY< Scalar >::b_ [private] |
Definition at line 218 of file PlayaVectorFunctorsImpl.hpp.
Referenced by PlayaFunctors::XPlusBetaY< Scalar >::description(), and PlayaFunctors::XPlusBetaY< Scalar >::operator()().