Public Member Functions | |
| LC3 (const Scalar &a, const Scalar &b, const Scalar &c) | |
| Scalar | operator() (const Scalar &x, const Scalar &y, const Scalar &z) const |
| std::string | description () const |
Private Attributes | |
| Scalar | a_ |
| Scalar | b_ |
| Scalar | c_ |
Definition at line 211 of file PlayaVectorFunctorsImpl.hpp.
| PlayaFunctors::LC3< Scalar >::LC3 | ( | const Scalar & | a, | |
| const Scalar & | b, | |||
| const Scalar & | c | |||
| ) | [inline] |
Definition at line 215 of file PlayaVectorFunctorsImpl.hpp.
| std::string PlayaFunctors::LC3< Scalar >::description | ( | ) | const [inline] |
Definition at line 224 of file PlayaVectorFunctorsImpl.hpp.
References PlayaFunctors::LC3< Scalar >::a_, PlayaFunctors::LC3< Scalar >::b_, and PlayaFunctors::LC3< Scalar >::c_.
| Scalar PlayaFunctors::LC3< Scalar >::operator() | ( | const Scalar & | x, | |
| const Scalar & | y, | |||
| const Scalar & | z | |||
| ) | const [inline] |
Definition at line 219 of file PlayaVectorFunctorsImpl.hpp.
References PlayaFunctors::LC3< Scalar >::a_, PlayaFunctors::LC3< Scalar >::b_, and PlayaFunctors::LC3< Scalar >::c_.
Scalar PlayaFunctors::LC3< Scalar >::a_ [private] |
Definition at line 231 of file PlayaVectorFunctorsImpl.hpp.
Referenced by PlayaFunctors::LC3< Scalar >::description(), and PlayaFunctors::LC3< Scalar >::operator()().
Scalar PlayaFunctors::LC3< Scalar >::b_ [private] |
Definition at line 232 of file PlayaVectorFunctorsImpl.hpp.
Referenced by PlayaFunctors::LC3< Scalar >::description(), and PlayaFunctors::LC3< Scalar >::operator()().
Scalar PlayaFunctors::LC3< Scalar >::c_ [private] |
Definition at line 233 of file PlayaVectorFunctorsImpl.hpp.
Referenced by PlayaFunctors::LC3< Scalar >::description(), and PlayaFunctors::LC3< Scalar >::operator()().