20#ifndef FeaturesPlugin_Plugin_H_
21#define FeaturesPlugin_Plugin_H_
23#include "FeaturesPlugin.h"
24#include <ModelAPI_Plugin.h>
25#include <ModelAPI_Feature.h>
The main class for management the 3D features as plugin.
Definition: FeaturesPlugin_Plugin.h:32
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.