mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +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:
@@ -32,7 +32,7 @@ IMPLEMENT_STANDARD_RTTIEXT(IVtkOCC_SelectableObject,SelectMgr_SelectableObject)
|
||||
|
||||
//============================================================================
|
||||
// Method: Constructor
|
||||
// Purpose: Constructs a selectable object initalized by the given shape
|
||||
// Purpose: Constructs a selectable object initialized by the given shape
|
||||
//============================================================================
|
||||
IVtkOCC_SelectableObject::IVtkOCC_SelectableObject (const IVtkOCC_Shape::Handle& theShape)
|
||||
: SelectMgr_SelectableObject (PrsMgr_TOP_AllView),
|
||||
|
@@ -197,7 +197,7 @@ bool IVtkOCC_ShapePickerAlgo::Pick (const double theX, const double theY)
|
||||
{
|
||||
clearPicked();
|
||||
|
||||
// Calling OCCT algortihm
|
||||
// Calling OCCT algorithm
|
||||
myViewerSelector->Pick ((Standard_Integer)theX,
|
||||
(Standard_Integer)theY,
|
||||
myView);
|
||||
@@ -217,7 +217,7 @@ bool IVtkOCC_ShapePickerAlgo::Pick (const double theXMin,
|
||||
{
|
||||
clearPicked();
|
||||
|
||||
// Calling OCCT algortihm
|
||||
// Calling OCCT algorithm
|
||||
myViewerSelector->Pick ((Standard_Integer)theXMin,
|
||||
(Standard_Integer)theYMin,
|
||||
(Standard_Integer)theXMax,
|
||||
@@ -237,7 +237,7 @@ bool IVtkOCC_ShapePickerAlgo::Pick (double** thePoly,
|
||||
{
|
||||
clearPicked();
|
||||
|
||||
// Calling OCCT algortihm
|
||||
// Calling OCCT algorithm
|
||||
myViewerSelector->Pick (thePoly, theNbPoints, myView);
|
||||
|
||||
// Fill the results
|
||||
|
Reference in New Issue
Block a user