|
string | toId (float x, float z) const |
| Return string representation of given x,z for flow map cell id. More...
|
|
float | alignPositionComponent (float value) const |
| Align position component. More...
|
|
int | getIntegerPositionComponent (float value) const |
| Returns integer position component. More...
|
|
| FlowMap (const vector< Vector3 > &path, const vector< Vector3 > &endPositions, float stepSize, bool complete=true) |
| Constructor. More...
|
|
bool | isComplete () const |
|
float | getStepSize () const |
|
const vector< Vector3 > & | getEndPositions () const |
| Returns end positions. More...
|
|
const vector< Vector3 > & | getPath () const |
| Returns path flow map is generated on. More...
|
|
const FlowMapCell * | getCell (const string &id) const |
| Get cell by id. More...
|
|
FlowMapCell * | getCell (const string &id) |
| Get cell by id. More...
|
|
const FlowMapCell * | getCell (float x, float z) const |
| Get cell by position. More...
|
|
FlowMapCell * | getCell (float x, float z) |
| Get cell by position. More...
|
|
const Vector3 | computeDirection (float x, float z) const |
| Compute direction also taking neighbour cells into account. More...
|
|
const unordered_map< string, FlowMapCell > & | getCellMap () const |
| Cell map getter. More...
|
|
void | removeCell (const string &id) |
| Remove cell by id. More...
|
|
void | merge (const FlowMap *flowMap) |
| Merge given flow map into this flow map, please note that given flow map step size needs to match this flow maps step size This only applies to a series of flow maps created sequentially and in correct order along a path. More...
|
|
FlowMapCell * | findNearestCell (float x, float z, int steps=8) |
| Find nearest cell, which can be used if outside of flow map to find back in. More...
|
|
| Reference () |
| Public constructor. More...
|
|
virtual | ~Reference () |
| destructor More...
|
|
void | acquireReference () |
| acquires a reference, incrementing the counter More...
|
|
void | releaseReference () |
| releases a reference, thus decrementing the counter and delete it if reference counter is zero More...
|
|
virtual void | onDelete () |
| Callback method to be overridden, will be called if object will be deleted. More...
|
|
Flow map.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 31 of file FlowMap.h.