
#include <patch.h>

Public Member Functions | |
| orientation (void) | |
| orientation (const int *codedOrient) | |
| int | operator[] (int sAxis) const |
| int | dIsFlipped (int sAxis) const |
| int | dToS (int dAxis) |
| blockLoc | destAxis (int dAxis) |
| void | pup (PUP::er &p) |
| void | print (void) |
Private Attributes | |
| int | s2d [3] |
| int | flip [3] |
Definition at line 88 of file patch.h.
| orientation::orientation | ( | const int * | codedOrient | ) |
Definition at line 95 of file patch.h.
References flip.
Referenced by destAxis(), and MBlockChunk::send().

Definition at line 98 of file patch.h.
References s2d.
Referenced by destAxis().

Definition at line 109 of file patch.h.
References dIsFlipped(), and dToS().
Referenced by MBlockChunk::send().


| void orientation::pup | ( | PUP::er & | p | ) | [inline] |
| void orientation::print | ( | void | ) | [inline] |
Definition at line 123 of file patch.h.
Referenced by internalBCpatch::print().

int orientation::s2d[3] [private] |
Definition at line 89 of file patch.h.
Referenced by dToS(), operator[](), orientation(), print(), and pup().
int orientation::flip[3] [private] |
Definition at line 90 of file patch.h.
Referenced by dIsFlipped(), orientation(), print(), and pup().
1.5.5