MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / setTo

Method setTo

ImagePlay/include/IPProcessEdgeTmp.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42 void setFrom (QPointF from) { _from = from; }
43 void setTo (QPointF to) { _to = to; update(0,0,1000,1000); }
44
45private:
46 QPointF _from; //!< First coordinates

Callers 1

setTmpArrowToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected