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

Method toPoint

IPL/src/IPLData.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63IPLPoint* IPLData::toPoint()
64{
65 return dynamic_cast<IPLPoint*>(this);
66}
67
68IPLMatrix* IPLData::toMatrix()
69{

Callers 6

updateImageMethod · 0.80
readSettingsMethod · 0.80
paintMethod · 0.80
updatePositionMethod · 0.80
paintMethod · 0.80
hoverMoveEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected