Skip to content

Struct valid_points

ClassList > valid_points

More...

Public Attributes

Type Name
ILLIXR::data_format::raw_point points
hand point data
bool valid = false
validity flag

Public Functions

Type Name
valid_points () = default
valid_points (ILLIXR::data_format::raw_point pnts, bool is_valid)

Detailed Description

Holds raw hand point data for a hand

Public Attributes Documentation

variable points

hand point data

ILLIXR::data_format::raw_point valid_points::points[ILLIXR::data_format::ht::NUM_LANDMARKS];


variable valid

validity flag

bool valid_points::valid;


Public Functions Documentation

function valid_points [1/2]

valid_points::valid_points () = default

Default constructor


function valid_points [2/2]

inline valid_points::valid_points (
    ILLIXR::data_format::raw_point pnts,
    bool is_valid
) 

Create an instance using the given data

Parameters:

  • pnts The points to use
  • is_valid Flags for the validity of the points


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/openxr/interface.cpp