#include <source/patchdata/array/SumOperation.h>
Public Member Functions | |
SumOperation () | |
~SumOperation () | |
void | operator() (TYPE &vdst, const TYPE &vsrc) const |
SAMRAI::pdat::SumOperation< TYPE >::SumOperation | ( | ) | [inline] |
The default constructor does nothing interesting.
SAMRAI::pdat::SumOperation< TYPE >::~SumOperation | ( | ) | [inline] |
The destructor does nothing interesting.
void SAMRAI::pdat::SumOperation< TYPE >::operator() | ( | TYPE & | vdst, | |
const TYPE & | vsrc | |||
) | const [inline] |
The operator adds the source value to the destination.