Public Member Functions | |
| XPlusBetaY (const Scalar &b) | |
| Scalar | operator() (const Scalar &x, const Scalar &y) const |
| std::string | description () const |
Private Attributes | |
| Scalar | b_ |
Definition at line 163 of file PlayaVectorFunctorsImpl.hpp.
| PlayaFunctors::XPlusBetaY< Scalar >::XPlusBetaY | ( | const Scalar & | b | ) | [inline] |
Definition at line 167 of file PlayaVectorFunctorsImpl.hpp.
| std::string PlayaFunctors::XPlusBetaY< Scalar >::description | ( | ) | const [inline] |
Definition at line 174 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 170 of file PlayaVectorFunctorsImpl.hpp.
References PlayaFunctors::XPlusBetaY< Scalar >::b_.
Scalar PlayaFunctors::XPlusBetaY< Scalar >::b_ [private] |
Definition at line 181 of file PlayaVectorFunctorsImpl.hpp.
Referenced by PlayaFunctors::XPlusBetaY< Scalar >::description(), and PlayaFunctors::XPlusBetaY< Scalar >::operator()().