#include <typen.h>
Inheritance diagram for MapCoordinate3D:

Public Member Functions | |
| int | getBitmappedHeight () const |
| int | getNumericalHeight () const |
| void | setNumericalHeight (int nh) |
| MapCoordinate3D () | |
| MapCoordinate3D (int _x, int _y, int bitmappedz) | |
| MapCoordinate3D (const MapCoordinate &mc, int bitmappedHeight) | |
| void | setnum (int _x, int _y, int numericalz) |
| bool | operator== (const MapCoordinate3D &mc) const |
| bool | operator!= (const MapCoordinate3D &mc) const |
| void | write (tnstream &stream) const |
| void | read (tnstream &stream) |
Definition at line 203 of file typen.h.
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 206 of file typen.h. Referenced by calcMoveMalus(), tsearchreactionfireingunits::checkfield(), MapDisplayPG::displayUnitMovement(), AStar3D::dist(), AStar3D::findPath(), AStar3D::getMoveCost(), and AI::showFieldInformation(). |
|
|
|
Definition at line 216 of file typen.h. References MapCoordinate::x, MapCoordinate::y, and z. |
|
|
Definition at line 215 of file typen.h. References MapCoordinate::x, MapCoordinate::y, and z. |
|
|
Reimplemented from MapCoordinate. Definition at line 218 of file typen.h. References MapCoordinate::read(), and tnstream::readInt(). |
|
||||||||||||||||
|
Definition at line 214 of file typen.h. References MapCoordinate::x, and MapCoordinate::y. Referenced by EditAiParam::buttonpressed(), ChangeVehicleHeight::execute(), VehicleMovement::execute(), BaseVehicleMovement::execute(), AStar3D::findPath(), Vehicle::getPosition3D(), Building::getPosition3D(), AStar3D::PathPoint::getRealPos(), BaseVehicleMovement::moveunitxy(), AiParameter::read(), and AiParameter::resetTask(). |
|
|
Definition at line 208 of file typen.h. Referenced by PG_MapDisplay::displayMovingUnit(). |
|
|
Reimplemented from MapCoordinate. Definition at line 217 of file typen.h. References MapCoordinate::write(). |
1.4.2