|
| | SumOp () |
| |
| | SumOp (int a_summingDir) |
| |
| | SumOp (const Vector< int > &a_summingDir) |
| |
| virtual void | linearOut (const FArrayBox &arg, void *buf, const Box &R, const Interval &comps) const |
| |
| virtual void | linearIn (FArrayBox &arg, void *buf, const Box &R, const Interval &comps) const |
| |
| void | op (FArrayBox &dest, const Box &RegionFrom, const Interval &Cdest, const Box &RegionTo, const FArrayBox &src, const Interval &Csrc) const |
| |
| virtual | ~LDOperator () |
| |
| virtual int | size (const FArrayBox &arg, const Box &b, const Interval &comps) const |
| |
| virtual bool | threadSafe () const |
| | this boolean only has to do with whether the op(...) function is thread safe More...
|
| |
Class to do summing operation in the context of CopyTo.
This class will perform a summing operation of the data in src in the summingDir direction(s), multiplying by the scale, and placing the sum in the corresponding location in dest