mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0033762: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
|
||||
Standard_EXPORT Transfer_ActorOfProcessForFinder();
|
||||
|
||||
//! Prerequesite for Transfer : the method Transfer is
|
||||
//! Prerequisite for Transfer : the method Transfer is
|
||||
//! called on a starting object only if Recognize has
|
||||
//! returned True on it
|
||||
//! This allows to define a list of Actors, each one
|
||||
|
@@ -43,7 +43,7 @@ public:
|
||||
|
||||
Standard_EXPORT Transfer_ActorOfProcessForTransient();
|
||||
|
||||
//! Prerequesite for Transfer : the method Transfer is
|
||||
//! Prerequisite for Transfer : the method Transfer is
|
||||
//! called on a starting object only if Recognize has
|
||||
//! returned True on it
|
||||
//! This allows to define a list of Actors, each one
|
||||
|
@@ -57,7 +57,7 @@ public:
|
||||
//! Returns the Model used for StartTrace
|
||||
Standard_EXPORT Handle(Interface_InterfaceModel) Model() const;
|
||||
|
||||
//! Sets a Graph : superseedes SetModel if already done
|
||||
//! Sets a Graph : supersedes SetModel if already done
|
||||
Standard_EXPORT void SetGraph (const Handle(Interface_HGraph)& HG);
|
||||
|
||||
Standard_EXPORT Standard_Boolean HasGraph() const;
|
||||
@@ -89,7 +89,7 @@ public:
|
||||
|
||||
//! Returns the list of sharings entities, AT ANY LEVEL, which are
|
||||
//! kind of a given type. Calls TypedSharings from Graph
|
||||
//! Returns an empty list if the Graph has not been aknowledged
|
||||
//! Returns an empty list if the Graph has not been acknowledged
|
||||
Standard_EXPORT Interface_EntityIterator TypedSharings (const Handle(Standard_Transient)& start, const Handle(Standard_Type)& type) const;
|
||||
|
||||
//! Tells if an entity is well loaded from file (even if its data
|
||||
|
Reference in New Issue
Block a user