MCPcopy 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
118void 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

dropEventMethod · 0.80

Calls 2

propertyMethod · 0.80
setValueMethod · 0.45

Tested by

no test coverage detected