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

Method plot2d_impl

src/backend/opengl/plot_impl.hpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98 public:
99 plot2d_impl(const uint pNumPoints, const forge::dtype pDataType,
100 const forge::PlotType pPlotType, const forge::MarkerType pMarkerType)
101 : plot_impl(pNumPoints, pDataType, pPlotType, pMarkerType, 2) {}
102};
103
104}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected