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

Class IPLProcessDriver

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

Source from the content-addressed store, hash-verified

267};
268
269class IPLProcessDriver : public pugg::Driver
270{
271public:
272 IPLProcessDriver(std::string name, int version) : pugg::Driver(IPLProcess::server_name(),name,version) {}
273 virtual IPLProcess* create() = 0;
274 virtual std::string className() = 0;
275 virtual std::string author() = 0;
276 virtual int version() = 0;
277
278};
279
280#endif // IPLPROCESS_H

Callers 1

NAME.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected