Setting all elements to a constant. More...
Public Member Functions | |
| SetConstant (const Scalar &alpha) | |
| Scalar | operator() (const Scalar &x) const |
| std::string | description () const |
Private Attributes | |
| Scalar | alpha_ |
Setting all elements to a constant.
Definition at line 143 of file PlayaVectorFunctorsImpl.hpp.
| PlayaFunctors::SetConstant< Scalar >::SetConstant | ( | const Scalar & | alpha | ) | [inline] |
Definition at line 147 of file PlayaVectorFunctorsImpl.hpp.
| std::string PlayaFunctors::SetConstant< Scalar >::description | ( | ) | const [inline] |
Definition at line 154 of file PlayaVectorFunctorsImpl.hpp.
References PlayaFunctors::SetConstant< Scalar >::alpha_.
| Scalar PlayaFunctors::SetConstant< Scalar >::operator() | ( | const Scalar & | x | ) | const [inline] |
Definition at line 150 of file PlayaVectorFunctorsImpl.hpp.
References PlayaFunctors::SetConstant< Scalar >::alpha_.
Scalar PlayaFunctors::SetConstant< Scalar >::alpha_ [private] |
Definition at line 161 of file PlayaVectorFunctorsImpl.hpp.
Referenced by PlayaFunctors::SetConstant< Scalar >::description(), and PlayaFunctors::SetConstant< Scalar >::operator()().