| 190 | } |
| 191 | |
| 192 | bool getEastingNorthingZOffset(int ix, int iy, double &eastingOffset, |
| 193 | double &northingOffset, |
| 194 | double &zOffset) const { |
| 195 | return getEastingNorthingOffset(ix, iy, eastingOffset, |
| 196 | northingOffset) && |
| 197 | getZOffset(ix, iy, zOffset); |
| 198 | } |
| 199 | |
| 200 | #ifdef DEBUG_DEFMODEL |
| 201 | std::string name() const { return realGrid->name(); } |