SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Go to the source code of this file.
Classes | |
struct | WAIMapPointCoordinate |
Functions | |
static WAI::WAI | wai ("") |
WAI_API void | wai_setDataRoot (const char *dataRoot) |
WAI_API void | wai_setMode (WAI::ModeType modeType) |
WAI_API void | wai_getMapPoints (WAIMapPointCoordinate **mapPointCoordinatePtr, int *mapPointCount) |
WAI_API void | wai_releaseMapPoints (WAIMapPointCoordinate **mapPointCoordinatePtr) |
WAI_API void | wai_activateSensor (WAI::SensorType sensorType, void *sensorInfo) |
WAI_API void | wai_updateCamera (WAI::CameraFrame *frameRGB, WAI::CameraFrame *frameGray) |
WAI_API bool | wai_whereAmI (WAI::M4x4 *pose) |
WAI_API int | wai_getState (char *buffer, int size) |
WAI_API void | wai_registerDebugCallback (DebugLogCallback callback) |
Variables | |
static WAI::ModeOrbSlam2 * | mode = nullptr |
|
static |
Definition at line 63 of file WAIInterface.cpp.
WAI_API void wai_getMapPoints | ( | WAIMapPointCoordinate ** | mapPointCoordinatePtr, |
int * | mapPointCount | ||
) |
Definition at line 25 of file WAIInterface.cpp.
WAI_API int wai_getState | ( | char * | buffer, |
int | size | ||
) |
Definition at line 111 of file WAIInterface.cpp.
Definition at line 135 of file WAIInterface.cpp.
WAI_API void wai_releaseMapPoints | ( | WAIMapPointCoordinate ** | mapPointCoordinatePtr | ) |
Definition at line 58 of file WAIInterface.cpp.
Definition at line 13 of file WAIInterface.cpp.
Definition at line 19 of file WAIInterface.cpp.
Definition at line 69 of file WAIInterface.cpp.
Definition at line 88 of file WAIInterface.cpp.
|
static |
Definition at line 5 of file WAIInterface.cpp.