SHAPER  9.12.0
GeomValidators_Plugin Class Reference

Interface common for any plugin: allows to use plugin by the plugins manager. More...

Inheritance diagram for GeomValidators_Plugin:
Inheritance graph

Public Member Functions

virtual FeaturePtr createFeature (std::string theFeatureID)
 Creates the feature object of this plugin by the feature string ID. More...
 

Detailed Description

Interface common for any plugin: allows to use plugin by the plugins manager.

Member Function Documentation

◆ createFeature()

FeaturePtr GeomValidators_Plugin::createFeature ( std::string  theFeatureID)
virtual

Creates the feature object of this plugin by the feature string ID.

Implements ModelAPI_Plugin.