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

Function afterProcessing

IPL/include/IPLProcess.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 virtual void processPropertyEvents (IPLEvent*) {}
139 virtual IPLData* getResultData (int outputIndex ) = 0;
140 virtual void afterProcessing () {}
141
142 void registerProgressEventHandler(IPLProgressEventHandler* handler);
143 void notifyProgressEventHandler(int percent);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected