Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ setUpdateNeeded
Function
setUpdateNeeded
IPL/include/IPLProcess.h:155–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
void setResultReady(bool ready) { _resultReady = ready; }
154
bool updateNeeded() { return _updateNeeded; }
155
void setUpdateNeeded(bool update) { _updateNeeded = update; }
156
void requestUpdate();
157
void requestUpdate(long updateID);
158
Callers
1
requestUpdate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected