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

Method afterProcessing

IPL/src/processes/IPLLoadImageSequence.cpp:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void IPLLoadImageSequence::afterProcessing()
114{
115 if(_result)
116 {
117 _sequenceIndex++;
118 notifyPropertyChangedEventHandler();
119 }
120}
121
122void IPLLoadImageSequence::setFolder(std::string path)
123{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected