From: nds Date: Wed, 10 Dec 2014 11:02:04 +0000 (+0300) Subject: It is a filters implementation to be set in the XML file. X-Git-Tag: before_slalome_7.5.1~27^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e5f10931cdf5fa76d067b02d6862337ce0eb9929;p=modules%2Fshaper.git It is a filters implementation to be set in the XML file. --- diff --git a/src/ModuleBase/ModuleBase_FilterFactory.h b/src/ModuleBase/ModuleBase_FilterFactory.h index 15f7542fd..bf6986b80 100644 --- a/src/ModuleBase/ModuleBase_FilterFactory.h +++ b/src/ModuleBase/ModuleBase_FilterFactory.h @@ -13,14 +13,11 @@ class ModuleBase_Filter; -/**\class ModuleBase_FilterFactory - * \ingroup ModelBase - * \breif Manages the registered selection filters - * +/** * Allows to get a selection filter by the feature identifier and * the attribute identifier (if attribute is validated). * All accessible filters must be registered by the ID string first. - * The instance of this factory can be get in the Workshop. + * The instance of this factory can be get in the Workshop interface. * Keeps the validator objects alive and just returns one of it by request. * All the needed information is provided to the validator as an argument, * this allows to work with them independently from the feature specific object.