Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ setPath
Method
setPath
IPL/src/processes/IPLLoadImage.cpp:118–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void IPLLoadImage::setPath(std::string path)
119
{
120
IPLProcessPropertyString* pathProperty = dynamic_cast<IPLProcessPropertyString*>(this->property(
"path"
));
121
122
if(pathProperty)
123
pathProperty->setValue(path);
124
}
Callers
1
dropEvent
Method · 0.80
Calls
2
property
Method · 0.80
setValue
Method · 0.45
Tested by
no test coverage detected