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

Function beforeProcessing

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

Source from the content-addressed store, hash-verified

134 virtual void init () = 0;
135 virtual void destroy () = 0;
136 virtual void beforeProcessing () {}
137 virtual bool processInputData (IPLData*, int, bool) = 0;
138 virtual void processPropertyEvents (IPLEvent*) {}
139 virtual IPLData* getResultData (int outputIndex ) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected