Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
ImGuiPlotArrayGetterData Struct Reference

Public Member Functions

 ImGuiPlotArrayGetterData (const float *values, int stride)
 

Public Attributes

const float * Values
 
int Stride
 

Detailed Description

Constructor & Destructor Documentation

◆ ImGuiPlotArrayGetterData()

ImGuiPlotArrayGetterData::ImGuiPlotArrayGetterData ( const float *  values,
int  stride 
)
inline
6431{ Values = values; Stride = stride; }
const float * Values
Definition imgui_widgets.cpp:6428
int Stride
Definition imgui_widgets.cpp:6429

References Stride, and Values.

Member Data Documentation

◆ Stride

int ImGuiPlotArrayGetterData::Stride

◆ Values

const float* ImGuiPlotArrayGetterData::Values

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