MCPcopy Create free account
hub / github.com/KDE/labplot / clearPoints

Method clearPoints

src/backend/datapicker/DatapickerImage.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40#include <frontend/GuiTools.h>
41
42void DatapickerImage::ReferencePoints::clearPoints() {
43 scenePos[0] = QPointF(std::nan("0"), std::nan("0"));
44 scenePos[1] = QPointF(std::nan("0"), std::nan("0"));
45 scenePos[2] = QPointF(std::nan("0"), std::nan("0"));
46}
47
48/**
49 * \class DatapickerImage

Callers 1

clearReferencePointsMethod · 0.80

Calls 1

QPointFClass · 0.70

Tested by

no test coverage detected