Warning, file /include/opencascade/TopOpeBRepDS_InterferenceIterator.hxx was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _TopOpeBRepDS_InterferenceIterator_HeaderFile
0018 #define _TopOpeBRepDS_InterferenceIterator_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_DefineAlloc.hxx>
0022 #include <Standard_Handle.hxx>
0023
0024 #include <TopOpeBRepDS_ListIteratorOfListOfInterference.hxx>
0025 #include <Standard_Boolean.hxx>
0026 #include <TopOpeBRepDS_Kind.hxx>
0027 #include <Standard_Integer.hxx>
0028 #include <TopOpeBRepDS_ListOfInterference.hxx>
0029 class TopOpeBRepDS_Interference;
0030
0031
0032
0033
0034
0035
0036
0037
0038
0039
0040
0041 class TopOpeBRepDS_InterferenceIterator
0042 {
0043 public:
0044
0045 DEFINE_STANDARD_ALLOC
0046
0047
0048 Standard_EXPORT TopOpeBRepDS_InterferenceIterator();
0049
0050
0051 Standard_EXPORT TopOpeBRepDS_InterferenceIterator(const TopOpeBRepDS_ListOfInterference& L);
0052
0053
0054
0055
0056 Standard_EXPORT void Init (const TopOpeBRepDS_ListOfInterference& L);
0057
0058
0059
0060 Standard_EXPORT void GeometryKind (const TopOpeBRepDS_Kind GK);
0061
0062
0063
0064 Standard_EXPORT void Geometry (const Standard_Integer G);
0065
0066
0067
0068 Standard_EXPORT void SupportKind (const TopOpeBRepDS_Kind ST);
0069
0070
0071
0072 Standard_EXPORT void Support (const Standard_Integer S);
0073
0074
0075
0076 Standard_EXPORT void Match();
0077
0078
0079
0080
0081 Standard_EXPORT virtual Standard_Boolean MatchInterference (const Handle(TopOpeBRepDS_Interference)& I) const;
0082
0083
0084
0085 Standard_EXPORT Standard_Boolean More() const;
0086
0087
0088 Standard_EXPORT void Next();
0089
0090
0091
0092 Standard_EXPORT const Handle(TopOpeBRepDS_Interference)& Value() const;
0093
0094 Standard_EXPORT TopOpeBRepDS_ListIteratorOfListOfInterference& ChangeIterator();
0095
0096
0097
0098
0099 protected:
0100
0101
0102
0103
0104
0105 private:
0106
0107
0108
0109 TopOpeBRepDS_ListIteratorOfListOfInterference myIterator;
0110 Standard_Boolean myGKDef;
0111 TopOpeBRepDS_Kind myGK;
0112 Standard_Boolean myGDef;
0113 Standard_Integer myG;
0114 Standard_Boolean mySKDef;
0115 TopOpeBRepDS_Kind mySK;
0116 Standard_Boolean mySDef;
0117 Standard_Integer myS;
0118
0119
0120 };
0121
0122
0123
0124
0125
0126
0127
0128 #endif