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