Struct valid_points
Public Attributes
| Type | Name |
|---|---|
| ILLIXR::data_format::raw_point | points hand point data |
| bool | valid = falsevalidity 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:
pntsThe points to useis_validFlags 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