mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031939: Coding - correction of spelling errors in comments [part 10]
Fix various typos via codespell.
This commit is contained in:
@@ -139,8 +139,7 @@ class Poly_CoherentTriangle
|
||||
{ return mypLink[iLink]; }
|
||||
|
||||
/**
|
||||
* Retuns the index of the connection with the given triangle, or -1 if not
|
||||
* found.
|
||||
* Returns the index of the connection with the given triangle, or -1 if not found.
|
||||
*/
|
||||
Standard_EXPORT Standard_Integer
|
||||
FindConnection (const Poly_CoherentTriangle&) const;
|
||||
|
@@ -185,7 +185,7 @@ class Poly_CoherentTriangulation : public Standard_Transient
|
||||
* degenerated and therefore removed by this method.
|
||||
* @param pLstRemovedNode
|
||||
* Optional parameter. If defined, then it will receive the list of arrays
|
||||
* where the first number is the index of removed node and the seond -
|
||||
* where the first number is the index of removed node and the second -
|
||||
* the index of remaining node to which the mesh was reconnected.
|
||||
*/
|
||||
Standard_EXPORT Standard_Boolean RemoveDegenerated
|
||||
|
@@ -408,7 +408,7 @@ void Poly_MakeLoops::markHangChain(Standard_Integer theNode, Standard_Integer th
|
||||
{
|
||||
// check if the current link is hanging:
|
||||
// if it is outcoming from aNode1 then count the number of
|
||||
// other incoming links and vise versa;
|
||||
// other incoming links and vice-versa;
|
||||
// if the number is zero than it is hanging
|
||||
const ListOfLink& aLinks = myHelper->GetAdjacentLinks (aNode1);
|
||||
Standard_Integer nEdges = 0;
|
||||
|
@@ -169,7 +169,7 @@ public:
|
||||
|
||||
//! Set a new value of orientation of a link already added earlier.
|
||||
//! It can be used with LF_None to exclude the link from consideration.
|
||||
//! Returns the old value of orienation.
|
||||
//! Returns the old value of orientation.
|
||||
Standard_EXPORT LinkFlag SetLinkOrientation
|
||||
(const Link& theLink,
|
||||
const LinkFlag theOrient);
|
||||
|
@@ -83,9 +83,9 @@ public:
|
||||
const TColStd_Array1OfReal& Parameters() const { return myParameters->Array1(); }
|
||||
|
||||
//! Returns the table of the parameters associated with each node in this polygon.
|
||||
//! ChangeParameters function returnes the array as shared. Therefore if the table is selected by
|
||||
//! reference you can, by simply modifying it, directly modify
|
||||
//! the data structure of this polygon.
|
||||
//! ChangeParameters function returns the array as shared.
|
||||
//! Therefore if the table is selected by reference you can, by simply modifying it,
|
||||
//! directly modify the data structure of this polygon.
|
||||
TColStd_Array1OfReal& ChangeParameters() const { return myParameters->ChangeArray1(); }
|
||||
|
||||
//! Dumps the content of me into the stream
|
||||
|
Reference in New Issue
Block a user