#include <motion.h>
Definition at line 26 of file motion.h.
virtual librealsense::pose_sensor_interface::~pose_sensor_interface |
( |
| ) |
|
|
virtualdefault |
virtual bool librealsense::pose_sensor_interface::export_relocalization_map |
( |
std::vector< uint8_t > & |
lmap_buf | ) |
const |
|
pure virtual |
virtual bool librealsense::pose_sensor_interface::get_static_node |
( |
const std::string & |
guid, |
|
|
float3 & |
pos, |
|
|
float4 & |
orient_quat |
|
) |
| const |
|
pure virtual |
virtual bool librealsense::pose_sensor_interface::import_relocalization_map |
( |
const std::vector< uint8_t > & |
lmap_buf | ) |
const |
|
pure virtual |
virtual bool librealsense::pose_sensor_interface::remove_static_node |
( |
const std::string & |
guid | ) |
const |
|
pure virtual |
virtual bool librealsense::pose_sensor_interface::set_static_node |
( |
const std::string & |
guid, |
|
|
const float3 & |
pos, |
|
|
const float4 & |
orient_quat |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: