| 79 | }; |
| 80 | |
| 81 | class 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected