ImagingTools Core SDK
Main Page
Related Pages
Topics
Namespaces
Classes
Examples
ImtCore
Include
imthype
IJobProcessorPlugin.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ImtCore-Commercial
2
#pragma once
3
4
5
// ImtCore includes
6
#include <imtbase/IPluginInfo.h>
7
8
// Acula includes
9
#include <imthype/IJobProcessor.h>
10
11
12
namespace
imthype
13
{
14
15
19
class
IJobProcessorPlugin
:
virtual
public
imtbase::IPluginInfo
20
{
21
public
:
25
virtual
const
IJobProcessorFactory*
GetJobProcessorFactory
()
const
= 0;
26
};
27
28
29
}
// namespace imthype
30
31
imtbase::IPluginInfo
Definition
IPluginInfo.h:17
imthype::IJobProcessorPlugin
Definition
IJobProcessorPlugin.h:20
imthype::IJobProcessorPlugin::GetJobProcessorFactory
virtual const IJobProcessorFactory * GetJobProcessorFactory() const =0
Generated by
1.9.8