20#ifndef GEOMVALIDATORS_PLUGIN_H_
21#define GEOMVALIDATORS_PLUGIN_H_
23#include <GeomValidators.h>
24#include <ModelAPI_Plugin.h>
25#include <ModelAPI_Feature.h>
Interface common for any plugin: allows to use plugin by the plugins manager.
Definition: GeomValidators_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.