| 12 | namespace CvPlot { |
| 13 | |
| 14 | class CVPLOT_LIBRARY_INTERFACE VerticalLine : public LineBaseSub<VerticalLine> { |
| 15 | public: |
| 16 | VerticalLine(double pos = std::nan(""), const std::string &lineSpec = "-"); |
| 17 | ~VerticalLine(); |
nothing calls this directly
no outgoing calls
no test coverage detected