golib
0.5
|
Element-wise operation of two sources into one target. More...
#include <gosignaloperation.h>
Public Types | |
typedef goAutoPtr< goFunctorBase2< T, T, T > > | KernelMethod |
Public Member Functions | |
void | setKernelMethod (KernelMethod km) |
bool | operator() (const goSignal3DBase< void > &source1, const goSignal3DBase< void > &source2, goSignal3DBase< void > &target) |
Element-wise operation of two sources into one target.