Sprout from V2_2_0_maintainance 2005-09-07 11:41:19 UTC smh <smh@opencascade.com> 'Put correct version for TUI documentation'
Cherrypick from V2_2_0_maintainance 2005-02-21 06:05:02 UTC admin <salome-admin@opencascade.com> 'This commit was generated by cvs2git to create branch 'V2_2_0_maintainance'.':
src/SMESH/SMESH_HypoFilter.hxx
#include <list>
#include <string>
-#include <TopoDS_Shape.hxx>
class SMESH_HypoFilter;
class SMESH_Hypothesis;
+class TopoDS_Shape;
class SMESH_HypoPredicate {
public:
};
struct IsGlobalPredicate : public SMESH_HypoPredicate {
- TopoDS_Shape _mainShape;
+ const TopoDS_Shape& _mainShape;
IsGlobalPredicate( const TopoDS_Shape& mainShape ):_mainShape(mainShape){}
bool IsOk(const SMESH_Hypothesis* aHyp,
const TopoDS_Shape& aShape) const;