]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_FilterValidated.h
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / ModuleBase / ModuleBase_FilterValidated.h
index d2d58d6c9c4417dce8d0ae19fac90be8793cc0b1..ac8de70791714f1e38e95b6d31b285abcea9e9ab 100644 (file)
@@ -32,12 +32,15 @@ public:
       SelectMgr_Filter(), myWorkshop(theWorkshop) {}
 
   /**
-   * Returns true if the owner is computed from decomposition(it is global selection, not the sub-shapes)
-   * of if the selected result is a construction and the result feature is composite and has sub-elements.
+   * Returns true if the owner is computed from decomposition
+   * (it is global selection, not the sub-shapes)
+   * of if the selected result is a construction and the result 
+   * feature is composite and has sub-elements.
    * \param theOwner the result of selection
    * \return whether the owner is selectable in the viewer
   */
-  Standard_EXPORT virtual Standard_Boolean IsOk(const Handle(SelectMgr_EntityOwner)& theOwner) const;
+  Standard_EXPORT virtual 
+    Standard_Boolean IsOk(const Handle(SelectMgr_EntityOwner)& theOwner) const;
 
   DEFINE_STANDARD_RTTI(ModuleBase_FilterValidated)