#include <Shift.H>
Public Member Functions | |
| Shift () | |
| Default Constructor. | |
| Shift (Point a_pt) | |
| Construct a Shift using a Point. | |
| Shift | operator* (Shift a_s) |
| Defines the "*" operator between two Shift objects. | |
| Point | getExp () |
| Retrieves the data in *this. | |
| int | getExp (int dir) |
| Retrieves the data corresponding to direction dir in *this. | |
| void | print () |
| Print method. | |
Public Attributes | |
| Point | m_shift |
| Direction of the Shift. | |
| Shift::Shift | ( | ) | [inline] |
| int Shift::getExp | ( | int | dir | ) | [inline] |
Retrieves the data corresponding to direction dir in *this.
| void Shift::print | ( | ) | [inline] |
Direction of the Shift.
Referenced by getExp(), operator*(), print(), Shift(), and Stencil< T >::Stencil().
1.5.5