#include <BasicOps.hxx>
Definition at line 141 of file BasicOps.hxx.
Public Member Functions | |
PoweredProduct () | |
T | operator() (const T &i1, const T &i2) |
Protected Attributes | |
Pow< s > | mP |
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] |
Pow<s> CLAM::PoweredProduct< s, T >::mP [protected] |
Definition at line 150 of file BasicOps.hxx.
Referenced by CLAM::PoweredProduct< s, T >::operator()().