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

Class scatter3_impl

src/backend/opengl/surface_impl.hpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79};
80
81class scatter3_impl : public surface_impl {
82 private:
83 void renderGraph(const int pWindowId, const glm::mat4& transform);
84
85 public:
86 scatter3_impl(const uint pNumXPoints, const uint pNumYPoints,
87 const forge::dtype pDataType, const forge::MarkerType pMarkerType=FG_MARKER_NONE)
88 : surface_impl(pNumXPoints, pNumYPoints, pDataType, pMarkerType) {}
89};
90
91}
92}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected