| 12 | namespace CvPlot { |
| 13 | |
| 14 | class CVPLOT_LIBRARY_INTERFACE HorizontalGrid : public LineBaseSub<HorizontalGrid> { |
| 15 | public: |
| 16 | HorizontalGrid(YAxis* yAxis=nullptr); |
| 17 | ~HorizontalGrid(); |
nothing calls this directly
no outgoing calls
no test coverage detected