Skip to content

Namespace ILLIXR::data_format::pose

Namespace List > ILLIXR > data_format > pose

Classes

Type Name
struct fast_head_pose_type
struct head_pose_data
struct head_pose_type
Pose and velocity data for the head / HMD , with a timestamp.
struct pose_base
Base struct for all pose types in ILLIXR .
struct texture_pose
Head pose paired with a rendered texture, used for asynchronous reprojection.

Public Types

Type Name
typedef std::map< side, head_pose_type > head_pose_map
typedef std::map< side, pose_base > multi_pose_map
enum int side
Distinguishes the left and right hand.

Public Functions

Type Name
side non_primary (const side sd)

Public Types Documentation

typedef head_pose_map

typedef std::map<side, head_pose_type> ILLIXR::data_format::pose::head_pose_map;

typedef multi_pose_map

typedef std::map<side, pose_base> ILLIXR::data_format::pose::multi_pose_map;

enum side

Distinguishes the left and right hand.

enum ILLIXR::data_format::pose::side {
    LEFT = 0,
    RIGHT = 1
};


Public Functions Documentation

function non_primary

inline side ILLIXR::data_format::pose::non_primary (
    const  side sd
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/include/illixr/data_format/poses/head_pose.hpp