Binary Operator for use with std::inner_product. More...
#include <BasicOps.hxx>
Public Member Functions | |
PoweredProduct () | |
T | operator() (const T &i1, const T &i2) |
Protected Attributes | |
Pow< s > | mP |
Binary Operator for use with std::inner_product.
Definition at line 141 of file BasicOps.hxx.
CLAM::PoweredProduct< s, T >::PoweredProduct | ( | ) | [inline] |
Definition at line 144 of file BasicOps.hxx.
T CLAM::PoweredProduct< s, T >::operator() | ( | const T & | i1, | |
const T & | i2 | |||
) | [inline] |
Definition at line 145 of file BasicOps.hxx.
References CLAM::PoweredProduct< s, T >::mP.
Pow<s> CLAM::PoweredProduct< s, T >::mP [protected] |
Definition at line 150 of file BasicOps.hxx.
Referenced by CLAM::PoweredProduct< s, T >::operator()().