]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
It is a filters implementation to be set in the XML file.
authornds <natalia.donis@opencascade.com>
Wed, 10 Dec 2014 11:02:04 +0000 (14:02 +0300)
committernds <natalia.donis@opencascade.com>
Wed, 10 Dec 2014 11:02:04 +0000 (14:02 +0300)
src/ModuleBase/ModuleBase_FilterFactory.h

index 15f7542fda9b89239aac380ae765a269623b22b5..bf6986b80fe0e137b7644e95afd5c61410ac9d94 100644 (file)
 
 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.