mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031939: Coding - correction of spelling errors in comments [part 4]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -52,11 +52,9 @@ class HLRBRep_FaceData;
|
||||
class IntRes2d_IntersectionPoint;
|
||||
class TableauRejection;
|
||||
|
||||
|
||||
class HLRBRep_Data;
|
||||
DEFINE_STANDARD_HANDLE(HLRBRep_Data, Standard_Transient)
|
||||
|
||||
|
||||
class HLRBRep_Data : public Standard_Transient
|
||||
{
|
||||
|
||||
@@ -166,10 +164,9 @@ public:
|
||||
//! classification.
|
||||
Standard_EXPORT TopAbs_State Compare (const Standard_Integer E, const HLRBRep_EdgeData& ED);
|
||||
|
||||
//! Simple classification of part of edge [p1, p2]
|
||||
//! returns OUT if at least 1 of Nbp points of edge is out
|
||||
//! othewise returns IN
|
||||
//! It is used to check "suspision" hided part of edge.
|
||||
//! Simple classification of part of edge [p1, p2].
|
||||
//! Returns OUT if at least 1 of Nbp points of edge is out; otherwise returns IN.
|
||||
//! It is used to check "suspicion" hidden part of edge.
|
||||
Standard_EXPORT TopAbs_State SimplClassify (const Standard_Integer E, const HLRBRep_EdgeData& ED, const Standard_Integer Nbp, const Standard_Real p1, const Standard_Real p2);
|
||||
|
||||
//! Classification of an edge.
|
||||
@@ -184,18 +181,10 @@ public:
|
||||
Destroy();
|
||||
}
|
||||
|
||||
|
||||
|
||||
DEFINE_STANDARD_RTTIEXT(HLRBRep_Data,Standard_Transient)
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
//! Orient the OutLines ( left must be inside in
|
||||
//! projection ). Returns True if the face of a closed
|
||||
//! shell has been inverted;
|
||||
@@ -208,10 +197,11 @@ private:
|
||||
//! Returns True if the intersection is rejected.
|
||||
Standard_EXPORT Standard_Boolean RejectedPoint (const IntRes2d_IntersectionPoint& PInter, const TopAbs_Orientation BoundOri, const Standard_Integer NumSeg);
|
||||
|
||||
//! returns True if there is a common vertex between
|
||||
//! myLE and myFE dependig on <head1> and <head2>.
|
||||
//! Returns True if there is a common vertex between myLE and myFE depending on <head1> and <head2>.
|
||||
Standard_EXPORT Standard_Boolean SameVertex (const Standard_Boolean head1, const Standard_Boolean head2);
|
||||
|
||||
private:
|
||||
|
||||
Standard_Integer myNbVertices;
|
||||
Standard_Integer myNbEdges;
|
||||
Standard_Integer myNbFaces;
|
||||
@@ -272,14 +262,9 @@ private:
|
||||
Standard_Boolean myAboveIntf;
|
||||
TableauRejection* myReject;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
#include <HLRBRep_Data.lxx>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _HLRBRep_Data_HeaderFile
|
||||
|
Reference in New Issue
Block a user