TDME2 1.9.121
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
FlowMapCell Class Referencefinal

Flow map cell. More...

#include <tdme/utilities/FlowMapCell.h>

Collaboration diagram for FlowMapCell:
Collaboration graph

Public Member Functions

 FlowMapCell ()
 Default constructor. More...
 
 FlowMapCell (const Vector3 &position, bool walkable, const Vector3 &direction, int pathNodeIdx)
 Private constructor. More...
 
const Vector3getPosition () const
 
bool isWalkable () const
 
const Vector3getDirection () const
 
int getPathNodeIdx ()
 Get path node index. More...
 
bool hasMissingNeighborCell ()
 

Private Member Functions

void setPathNodeIdx (int pathNodeIdx)
 Set path node index. More...
 
void setDirection (const Vector3 &direction)
 Set movement direction. More...
 
void setMissingNeighborCell (bool missingNeighborCell)
 Set has missing neighbor cell. More...
 

Private Attributes

Vector3 position
 
bool walkable
 
Vector3 direction
 
int pathNodeIdx
 
bool missingNeighborCell
 

Friends

class PathFinding
 
class FlowMap
 

Detailed Description

Flow map cell.

Author
Andreas Drewke
Version
$Id$

Definition at line 13 of file FlowMapCell.h.

Constructor & Destructor Documentation

◆ FlowMapCell() [1/2]

FlowMapCell ( )
inline

Default constructor.

Definition at line 20 of file FlowMapCell.h.

◆ FlowMapCell() [2/2]

FlowMapCell ( const Vector3 position,
bool  walkable,
const Vector3 direction,
int  pathNodeIdx 
)
inline

Private constructor.

Parameters
positionposition
walkablewalkable
directiondirection
pathNodeIdxpath node index

Definition at line 30 of file FlowMapCell.h.

Member Function Documentation

◆ getDirection()

const Vector3 & getDirection ( ) const
inline
Returns
cell movement direction

Definition at line 56 of file FlowMapCell.h.

◆ getPathNodeIdx()

int getPathNodeIdx ( )
inline

Get path node index.

Returns
path node index

Definition at line 64 of file FlowMapCell.h.

◆ getPosition()

const Vector3 & getPosition ( ) const
inline
Returns
cell position

Definition at line 42 of file FlowMapCell.h.

◆ hasMissingNeighborCell()

bool hasMissingNeighborCell ( )
inline
Returns
has missing neighbor cell

Definition at line 71 of file FlowMapCell.h.

◆ isWalkable()

bool isWalkable ( ) const
inline
Returns
if cell is walkable

Definition at line 49 of file FlowMapCell.h.

◆ setDirection()

void setDirection ( const Vector3 direction)
inlineprivate

Set movement direction.

Parameters
cellmovement direction

Definition at line 94 of file FlowMapCell.h.

◆ setMissingNeighborCell()

void setMissingNeighborCell ( bool  missingNeighborCell)
inlineprivate

Set has missing neighbor cell.

Parameters
missingNeighborCellmissing neighbor cell

Definition at line 102 of file FlowMapCell.h.

◆ setPathNodeIdx()

void setPathNodeIdx ( int  pathNodeIdx)
inlineprivate

Set path node index.

Parameters
pathNodeIdxpath node index

Definition at line 86 of file FlowMapCell.h.

Friends And Related Function Documentation

◆ FlowMap

friend class FlowMap
friend

Definition at line 15 of file FlowMapCell.h.

◆ PathFinding

friend class PathFinding
friend

Definition at line 14 of file FlowMapCell.h.

Member Data Documentation

◆ direction

Vector3 direction
private

Definition at line 78 of file FlowMapCell.h.

◆ missingNeighborCell

bool missingNeighborCell
private

Definition at line 80 of file FlowMapCell.h.

◆ pathNodeIdx

int pathNodeIdx
private

Definition at line 79 of file FlowMapCell.h.

◆ position

Vector3 position
private

Definition at line 76 of file FlowMapCell.h.

◆ walkable

bool walkable
private

Definition at line 77 of file FlowMapCell.h.


The documentation for this class was generated from the following file: