#include <BoxLayoutDataI.H>
Public Member Functions | |
virtual void | op (T &dest, const Box &RegionFrom, const Interval &Cdest, const Box &RegionTo, const T &src, const Interval &Csrc) const |
virtual void | linearIn (T &arg, void *buf, const Box &R, const Interval &comps) const |
virtual bool | threadSafe () const |
this boolean only has to do with whether the op(...) function is thread safe |
virtual bool LDaddOp< T >::threadSafe | ( | ) | const [inline, virtual] |
this boolean only has to do with whether the op(...) function is thread safe
If you want to declare a class more generally thread-unsafe, use the data factory threadSafe interface.
Reimplemented from LDOperator< T >.