Monado OpenXR Runtime
u_var_curve Struct Reference

A single curve on a plot. More...

#include <util/u_var.h>

Collaboration diagram for u_var_curve:

Data Fields

u_var_curve_getter getter
 Getter of 2D points for the curve. More...
 
void * data
 User data for getter More...
 
int count
 Number of points to draw; param i < count. More...
 
const char * label
 Curve name. More...
 
const char * xlabel
 Label of the X axis. More...
 
const char * ylabel
 Label of the Y axis. More...
 

Detailed Description

A single curve on a plot.

Field Documentation

◆ count

int u_var_curve::count

Number of points to draw; param i < count.

◆ data

void* u_var_curve::data

User data for getter

◆ getter

u_var_curve_getter u_var_curve::getter

Getter of 2D points for the curve.

◆ label

const char* u_var_curve::label

Curve name.

◆ xlabel

const char* u_var_curve::xlabel

Label of the X axis.

◆ ylabel

const char* u_var_curve::ylabel

Label of the Y axis.


The documentation for this struct was generated from the following file: