BALL::Product< First, Second, DataType > Class Template Reference

#include <BALL/MATHS/function.h>

List of all members.


Public Member Functions

Constructors and destructor
 Product ()
 Product (const Product &product)
virtual ~Product ()
Assignment
Product< First, Second,
DataType > & 
operator= (const Product< First, Second, DataType > &product)
Predicates
bool operator== (const Product< First, Second, DataType > &product) const
Function realization
BALL_INLINE DataType operator() (const DataType &x) const
Accessors
void setFirst (const First &first)
First & getFirst ()
const First & getFirst () const
void setSecond (const Second &second)
Second & getSecond ()

Protected Attributes

First first_
Second second_

Detailed Description

template<typename First, typename Second, typename DataType = float>
class BALL::Product< First, Second, DataType >

Multiplication class.


Constructor & Destructor Documentation

template<typename First , typename Second , typename DataType >
BALL_INLINE BALL::Product< First, Second, DataType >::Product (  )  [inline]

Default constructor

template<typename First , typename Second , typename DataType >
BALL_INLINE BALL::Product< First, Second, DataType >::Product ( const Product< First, Second, DataType > &  product  )  [inline]

Copy constructor

template<typename First , typename Second , typename DataType >
BALL_INLINE BALL::Product< First, Second, DataType >::~Product (  )  [inline, virtual]

Destructor


Member Function Documentation

template<typename First, typename Second, typename DataType = float>
const First& BALL::Product< First, Second, DataType >::getFirst (  )  const [inline]

Get the first argument of the product (const version).

Returns:
a const reference to the first argument
template<typename First, typename Second, typename DataType = float>
First& BALL::Product< First, Second, DataType >::getFirst (  )  [inline]

get the first argument of the product

Returns:
a const reference to the first argument
template<typename First, typename Second, typename DataType = float>
Second& BALL::Product< First, Second, DataType >::getSecond (  )  [inline]

get the second argument of the product

Returns:
a const reference to the second argument
template<typename First, typename Second, typename DataType = float>
BALL_INLINE DataType BALL::Product< First, Second, DataType >::operator() ( const DataType &  x  )  const [inline]

Evaluation of this subterm

Parameters:
x the point where to evaluate
Returns:
the function value
template<typename First , typename Second , typename DataType >
BALL_INLINE Product< First, Second, DataType > & BALL::Product< First, Second, DataType >::operator= ( const Product< First, Second, DataType > &  product  )  [inline]
template<typename First , typename Second , typename DataType >
BALL_INLINE bool BALL::Product< First, Second, DataType >::operator== ( const Product< First, Second, DataType > &  product  )  const [inline]
template<typename First, typename Second, typename DataType = float>
void BALL::Product< First, Second, DataType >::setFirst ( const First &  first  )  [inline]

set the first argument of the product

template<typename First, typename Second, typename DataType = float>
void BALL::Product< First, Second, DataType >::setSecond ( const Second &  second  )  [inline]

set the second argument of the product

Parameters:
second the second argument

Member Data Documentation

template<typename First, typename Second, typename DataType = float>
First BALL::Product< First, Second, DataType >::first_ [protected]
template<typename First, typename Second, typename DataType = float>
Second BALL::Product< First, Second, DataType >::second_ [protected]