.. index:: pair: struct; EE::UI::Charts::ReducedPoint .. _doxid-struct_e_e_1_1_u_i_1_1_charts_1_1_reduced_point: struct EE::UI::Charts::ReducedPoint =================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ReducedPoint { // fields double :target:`x` { 0.0 }; double :target:`y` { 0.0 }; size_t :target:`sourceIndex` { 0 }; bool :target:`gap` { false }; };