PlayaFunctors::LC3< Scalar > Class Template Reference

Linear combination of three vectors. More...

List of all members.

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_


Detailed Description

template<class Scalar>
class PlayaFunctors::LC3< Scalar >

Linear combination of three vectors.

Definition at line 211 of file PlayaVectorFunctorsImpl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
PlayaFunctors::LC3< Scalar >::LC3 ( const Scalar &  a,
const Scalar &  b,
const Scalar &  c 
) [inline]

Definition at line 215 of file PlayaVectorFunctorsImpl.hpp.


Member Function Documentation

template<class Scalar >
std::string PlayaFunctors::LC3< Scalar >::description (  )  const [inline]

template<class Scalar >
Scalar PlayaFunctors::LC3< Scalar >::operator() ( const Scalar &  x,
const Scalar &  y,
const Scalar &  z 
) const [inline]


Member Data Documentation

template<class Scalar >
Scalar PlayaFunctors::LC3< Scalar >::a_ [private]

template<class Scalar >
Scalar PlayaFunctors::LC3< Scalar >::b_ [private]

template<class Scalar >
Scalar PlayaFunctors::LC3< Scalar >::c_ [private]

Site Contact