mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-15 22:21:28 +05:00
This commit was generated by cvs2git to create tag 'T2_2_5a'.
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
This commit is contained in:
parent
20b6a0b006
commit
a937a64978
@ -35,10 +35,10 @@
|
|||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <TopoDS_Shape.hxx>
|
|
||||||
|
|
||||||
class SMESH_HypoFilter;
|
class SMESH_HypoFilter;
|
||||||
class SMESH_Hypothesis;
|
class SMESH_Hypothesis;
|
||||||
|
class TopoDS_Shape;
|
||||||
|
|
||||||
class SMESH_HypoPredicate {
|
class SMESH_HypoPredicate {
|
||||||
public:
|
public:
|
||||||
@ -151,7 +151,7 @@ class SMESH_HypoFilter: public SMESH_HypoPredicate
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct IsGlobalPredicate : public SMESH_HypoPredicate {
|
struct IsGlobalPredicate : public SMESH_HypoPredicate {
|
||||||
TopoDS_Shape _mainShape;
|
const TopoDS_Shape& _mainShape;
|
||||||
IsGlobalPredicate( const TopoDS_Shape& mainShape ):_mainShape(mainShape){}
|
IsGlobalPredicate( const TopoDS_Shape& mainShape ):_mainShape(mainShape){}
|
||||||
bool IsOk(const SMESH_Hypothesis* aHyp,
|
bool IsOk(const SMESH_Hypothesis* aHyp,
|
||||||
const TopoDS_Shape& aShape) const;
|
const TopoDS_Shape& aShape) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user