MCPcopy Create free account
hub / github.com/Profactor/cv-plot / CVPLOT_LIBRARY_INTERFACE

Class CVPLOT_LIBRARY_INTERFACE

CvPlot/inc/CvPlot/drawables/HorizontalLine.h:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace CvPlot {
13
14class CVPLOT_LIBRARY_INTERFACE HorizontalLine : public LineBaseSub<HorizontalLine> {
15public:
16 HorizontalLine(double pos = std::nan(""), const std::string &lineSpec = "-");
17 ~HorizontalLine();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected