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