KOSMIndoorRouting::NavMesh
KOSMIndoorRouting::NavMesh Class Reference
#include <navmesh.h>
Public Member Functions | |
NavMesh (const NavMesh &) | |
NavMesh (NavMesh &&) noexcept | |
void | clear () |
bool | isValid () const |
NavMesh & | operator= (const NavMesh &) |
NavMesh & | operator= (NavMesh &&) noexcept |
NavMeshTransform | transform () const |
void | writeToFile (const QString &fileName) const |
Detailed Description
Member Function Documentation
◆ clear()
void NavMesh::clear | ( | ) |
Definition at line 48 of file navmesh.cpp.
◆ isValid()
|
nodiscard |
Returns true
if the nav mesh is neither null (ie.
not built) and hasn't been invalidated by realtime data changes. The latter implies that this can change on existing instances.
Definition at line 43 of file navmesh.cpp.
◆ transform()
|
nodiscard |
Definition at line 53 of file navmesh.cpp.
◆ writeToFile()
void NavMesh::writeToFile | ( | const QString & | fileName | ) | const |
Write nav mesh data to the given file.
Uses the file format used by the Recast demo, so this is primarily for debugging.
Definition at line 58 of file navmesh.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.