TDME2 1.9.121
Public Member Functions | List of all members
PathFindingCustomTest Struct Referenceabstract

Path finding custom test interface. More...

#include <tdme/utilities/PathFindingCustomTest.h>

Collaboration diagram for PathFindingCustomTest:
Collaboration graph

Public Member Functions

virtual ~PathFindingCustomTest ()
 Destructor. More...
 
virtual void initialize ()=0
 Initialize custom test for a sequence of isWalkable calls for the current path finding execution. More...
 
virtual void dispose ()=0
 Disposes custom test after a sequence of isWalkable calls for the last path finding execution. More...
 
virtual bool isWalkable (PathFinding *pathFinding, float x, float y, float z)=0
 Is walkable user test. More...
 

Detailed Description

Path finding custom test interface.

Author
Andreas Drewke
Version
$Id$

Definition at line 14 of file PathFindingCustomTest.h.

Constructor & Destructor Documentation

◆ ~PathFindingCustomTest()

virtual ~PathFindingCustomTest ( )
inlinevirtual

Destructor.

Definition at line 19 of file PathFindingCustomTest.h.

Member Function Documentation

◆ dispose()

virtual void dispose ( )
pure virtual

Disposes custom test after a sequence of isWalkable calls for the last path finding execution.

◆ initialize()

virtual void initialize ( )
pure virtual

Initialize custom test for a sequence of isWalkable calls for the current path finding execution.

◆ isWalkable()

virtual bool isWalkable ( PathFinding pathFinding,
float  x,
float  y,
float  z 
)
pure virtual

Is walkable user test.

Parameters
pathFindingcurrent path finding instance
xx
yy
zz
Returns
is walkable

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