| 
    Chombo + EB
    3.2
    
   | 
 
#include <Copier.H>
Public Member Functions | |
| MotionItem (const DataIndex &a_from, const DataIndex &a_to, const Box &a_region) | |
| MotionItem (const DataIndex &a_from, const DataIndex &a_to, const Box &a_fromRegion, const Box &a_toRegion) | |
| void | reverse () | 
| bool | operator== (const MotionItem &rhs) | 
Public Attributes | |
| DataIndex | fromIndex | 
| DataIndex | toIndex | 
| Box | fromRegion | 
| Box | toRegion | 
| int | procID | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
References fromIndex, fromRegion, toIndex, and toRegion.
Referenced by Copier::Copier().
      
  | 
  inline | 
References fromIndex, fromRegion, procID, toIndex, and toRegion.
Referenced by Copier::Copier().
| DataIndex MotionItem::fromIndex | 
| DataIndex MotionItem::toIndex | 
| Box MotionItem::fromRegion | 
| Box MotionItem::toRegion | 
| int MotionItem::procID | 
Referenced by operator==(), and BoxLayoutData< BaseFab< int > >::unpackReceivesToMe_append().
 1.8.13