|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
#include <Grid.hh>
Public Member Functions | |
| GridPoint () | |
| GridPoint (int i_, int j_, int i_first, int i_last) | |
| GridPoint & | operator++ () |
| GridPoint & | operator* () |
| bool | operator!= (GridPoint &other) const |
| int | i () const |
| int | j () const |
Private Attributes | |
| int | m_i |
| int | m_j |
| int | m_i_first |
| int | m_i_last |