template struct ImPlot::RendererCircleLine
Overview
template <class _Getter, class _GetterColor> struct RendererCircleLine: public ImPlot::RendererBase { // fields const _Getter& Getter; float HalfWeight; const _GetterColor& GetterColor; ImVec2 UV0; ImVec2 UV1; // construction RendererCircleLine( const _Getter& getter, const _GetterColor& getter_color, float weight ); // methods void Init(ImDrawList& draw_list) const; IMPLOT_INLINE bool Render( ImDrawList& draw_list, const ImRect& cull_rect, int prim ) const; };