| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected