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

Method setFolder

IPL/src/processes/IPLLoadImageSequence.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void IPLLoadImageSequence::setFolder(std::string path)
123{
124 IPLProcessPropertyString* pathProperty = dynamic_cast<IPLProcessPropertyString*>(this->property("folder"));
125
126 if(pathProperty)
127 pathProperty->setValue(path);
128}

Callers 1

dropEventMethod · 0.80

Calls 2

propertyMethod · 0.80
setValueMethod · 0.45

Tested by

no test coverage detected