Flow map cell.
More...
#include <tdme/utilities/FlowMapCell.h>
Flow map cell.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 13 of file FlowMapCell.h.
◆ FlowMapCell() [1/2]
◆ FlowMapCell() [2/2]
Private constructor.
- Parameters
-
position | position |
walkable | walkable |
direction | direction |
pathNodeIdx | path node index |
Definition at line 30 of file FlowMapCell.h.
◆ getDirection()
const Vector3 & getDirection |
( |
| ) |
const |
|
inline |
- Returns
- cell movement direction
Definition at line 56 of file FlowMapCell.h.
◆ getPathNodeIdx()
Get path node index.
- Returns
- path node index
Definition at line 64 of file FlowMapCell.h.
◆ getPosition()
const Vector3 & getPosition |
( |
| ) |
const |
|
inline |
◆ hasMissingNeighborCell()
bool hasMissingNeighborCell |
( |
| ) |
|
|
inline |
- Returns
- has missing neighbor cell
Definition at line 71 of file FlowMapCell.h.
◆ isWalkable()
bool isWalkable |
( |
| ) |
const |
|
inline |
◆ setDirection()
void setDirection |
( |
const Vector3 & |
direction | ) |
|
|
inlineprivate |
Set movement direction.
- Parameters
-
Definition at line 94 of file FlowMapCell.h.
◆ setMissingNeighborCell()
void setMissingNeighborCell |
( |
bool |
missingNeighborCell | ) |
|
|
inlineprivate |
Set has missing neighbor cell.
- Parameters
-
missingNeighborCell | missing neighbor cell |
Definition at line 102 of file FlowMapCell.h.
◆ setPathNodeIdx()
void setPathNodeIdx |
( |
int |
pathNodeIdx | ) |
|
|
inlineprivate |
Set path node index.
- Parameters
-
pathNodeIdx | path node index |
Definition at line 86 of file FlowMapCell.h.
◆ FlowMap
◆ PathFinding
◆ direction
◆ missingNeighborCell
◆ pathNodeIdx
◆ position
◆ walkable
The documentation for this class was generated from the following file:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/FlowMapCell.h