MCPcopy Create free account
hub / github.com/arrayfire/forge / addRenderable

Method addRenderable

src/backend/opengl/chart_impl.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240float AbstractChart::zmin() const { return mZMin; }
241
242void AbstractChart::addRenderable(const std::shared_ptr<AbstractRenderable> pRenderable)
243{
244 mRenderables.emplace_back(pRenderable);
245}
246
247/********************* END-AbstractChart *********************/
248

Callers 10

fg_append_image_to_chartFunction · 0.45
fg_append_plot_to_chartFunction · 0.45
fg_add_image_to_chartFunction · 0.45
fg_add_plot_to_chartFunction · 0.45
fg_add_surface_to_chartFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected