OpenMoHAA 0.82.0
|
This is the complete list of members for IPather, including all inherited members.
Clear()=0 | IPather | pure virtual |
CreatePather() | IPather | static |
FindPath(const Vector &start, const Vector &end, const PathSearchParameter ¶meters)=0 | IPather | pure virtual |
FindPathAway(const Vector &start, const Vector &avoid, const Vector &preferredDir, float radius, const PathSearchParameter ¶meters)=0 | IPather | pure virtual |
FindPathNear(const Vector &start, const Vector &end, float radius, const PathSearchParameter ¶meters)=0 | IPather | pure virtual |
GetCurrentDelta() const =0 | IPather | pure virtual |
GetCurrentDirection() const =0 | IPather | pure virtual |
GetDestination() const =0 | IPather | pure virtual |
GetNode(unsigned int index=0) const =0 | IPather | pure virtual |
GetNodeCount() const =0 | IPather | pure virtual |
HasReachedGoal(const Vector &origin) const =0 | IPather | pure virtual |
IsQuerying() const =0 | IPather | pure virtual |
operator delete(void *ptr) (defined in LightClass) | LightClass | |
operator delete(void *ptr, void *placement) (defined in LightClass) | LightClass | |
operator delete(void *ptr, T &placement) (defined in LightClass) | LightClass | inline |
operator new(size_t s) (defined in LightClass) | LightClass | |
operator new(size_t size, void *placement) (defined in LightClass) | LightClass | |
operator new(size_t size, T &placement) (defined in LightClass) | LightClass | inline |
TestPath(const Vector &start, const Vector &end, const PathSearchParameter ¶meters)=0 | IPather | pure virtual |
UpdatePos(const Vector &origin)=0 | IPather | pure virtual |
~IPather()=default (defined in IPather) | IPather | virtual |