| 111 | } |
| 112 | |
| 113 | void IPLLoadImageSequence::afterProcessing() |
| 114 | { |
| 115 | if(_result) |
| 116 | { |
| 117 | _sequenceIndex++; |
| 118 | notifyPropertyChangedEventHandler(); |
| 119 | } |
| 120 | } |
| 121 | |
| 122 | void IPLLoadImageSequence::setFolder(std::string path) |
| 123 | { |
nothing calls this directly
no outgoing calls
no test coverage detected