20#ifndef EXCHANGEPLUGIN_PLUGIN_H_
21#define EXCHANGEPLUGIN_PLUGIN_H_
23#include <ExchangePlugin.h>
24#include <ModelAPI_Plugin.h>
25#include <ModelAPI_Feature.h>
The main class for management import and export operations as plugin.
Definition: ExchangePlugin_Plugin.h:33
Interface common for any plugin: allows to use plugin by the plugins manager.
Definition: ModelAPI_Plugin.h:34
virtual std::shared_ptr< ModelAPI_Feature > createFeature(std::string theFeatureID)=0
Creates the feature object of this plugin by the feature string ID.