]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Spell-checking
authorspo <sergey.pokhodenko@opencascade.com>
Wed, 25 Nov 2015 08:11:45 +0000 (11:11 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Wed, 9 Dec 2015 05:16:43 +0000 (08:16 +0300)
14 files changed:
src/ConnectorPlugin/ConnectorPlugin_ExportFeature.py
src/Events/Events_Loop.h
src/FeaturesPlugin/FeaturesPlugin_Placement.h
src/GeomAPI/GeomAPI_Shape.h
src/GeomAlgoAPI/GeomAlgoAPI_CompoundBuilder.h
src/Model/Model_AttributeSelection.cpp
src/Model/Model_AttributeSelection.h
src/Model/Model_AttributeSelectionList.h
src/Model/Model_Data.cpp
src/Model/Model_Document.cpp
src/Model/Model_Update.h
src/ModelAPI/ModelAPI_AttributeSelection.h
src/ModelAPI/ModelAPI_AttributeSelectionList.h
src/ModelAPI/ModelAPI_Feature.h

index 30844b6744a29fb0c941fb4d783fe027fd5d6bb5..b7fe76304428649672652f9fad917c45cd25ad4d 100644 (file)
@@ -35,7 +35,7 @@ class ExportFeature(ModelAPI.ModelAPI_Feature):
     def getKind(self):
         return ExportFeature.ID()
 
-    ## This feature is action: has no property pannel and executes immideately.
+    ## This feature is action: has no property pannel and executes immediately.
     def isAction(self):
         return True
 
index 66ed3070d58e785f994854603de2b46bdb0a0a72..5dfcb235d4523f7dd2f5d9a573eea1046f5c7adc 100644 (file)
@@ -24,7 +24,7 @@ class Events_MessageGroup;
  * One per application, initialized on start. Listeners must register in this loop
  * to get events, called by senders. Sending of events is very fast (just adding to container).
  * Performing of events is processed in separated thread, so, sender takes 
- * control back immideately.
+ * control back immediately.
  */
 class Events_Loop
 {
index 498a771b22b3e339277fc6fd1458308cf7303175..895403775c5d4f4ad62a0f79fb6591a1070d6c11 100644 (file)
@@ -21,7 +21,7 @@ class GeomAPI_Shape;
  *
  * Locates the selected placement_attractable_object (face, edge, vertex) of the solid into 
  * the selected placement_base_object. Faces must be planar, edges must be linear.
- * Orientation of the placed solid depends on the underlied planes of both faces.
+ * Orientation of the placed solid depends on the underlying planes of both faces.
  */
 class FeaturesPlugin_Placement : public ModelAPI_Feature
 {
index 8f31318d6304242add5d76b354418ba736716af5..aae392cae300776d34a273d5bb08e6ca27cc5b9c 100644 (file)
@@ -30,7 +30,7 @@ public:
   GEOMAPI_EXPORT 
   GeomAPI_Shape();
 
-  /// Returns true if the underlied shape is null
+  /// Returns true if the underlying shape is null
   GEOMAPI_EXPORT 
   bool isNull() const;
 
index 5e863f34c92b1a1646ae70df2fc09c0292bfac93..edf7fb9504ca0f98901785e04b7215872c8c4bb6 100644 (file)
@@ -23,7 +23,7 @@
 class GEOMALGOAPI_EXPORT GeomAlgoAPI_CompoundBuilder
 {
  public:
-  /// Creates compund of the given shapes
+  /// Creates compound of the given shapes
   /// \param theShapes a list of shapes
   static std::shared_ptr<GeomAPI_Shape> compound(
       std::list<std::shared_ptr<GeomAPI_Shape> > theShapes);
index 2353e002fd103eeb080cbc94032807d2d1c5bdea..76bfcb29e12484f6f2379c66d7989a48a01fff64 100644 (file)
@@ -61,7 +61,7 @@ using namespace std;
 #ifdef DEB_NAMING
 #include <BRepTools.hxx>
 #endif
-/// adeed to the index in the packed map to signalize that the vertex of edge is seleted
+/// Added to the index in the packed map to signalize that the vertex of edge is selected
 /// (multiplied by the index of the edge)
 static const int kSTART_VERTEX_DELTA = 1000000;
 // identifier that there is simple reference: selection equals to context
@@ -300,7 +300,7 @@ ResultPtr Model_AttributeSelection::context() {
       if (aPart.get() && aPart->data() == aResult->data()) {
         ResultPtr aPartResult = std::dynamic_pointer_cast<ModelAPI_Result>(aPart);
         FeaturePtr anOwnerFeature = std::dynamic_pointer_cast<ModelAPI_Feature>(owner());
-        // check that this result is not this-feature result (it is forbidden t oselect itself)
+        // check that this result is not this-feature result (it is forbidden tselect itself)
         if (anOwnerFeature.get() && anOwnerFeature->firstResult() != aPartResult) {
           return aPartResult;
         }
@@ -320,7 +320,7 @@ void Model_AttributeSelection::setObject(const std::shared_ptr<ModelAPI_Object>&
 TDF_LabelMap& Model_AttributeSelection::scope()
 {
   if (myScope.IsEmpty()) { // create a new scope if not yet done
-    // gets all featueres with named shapes that are bofore this feature label (before in history)
+    // gets all features with named shapes that are before this feature label (before in history)
     DocumentPtr aMyDoc = owner()->document();
     std::list<std::shared_ptr<ModelAPI_Feature> > allFeatures = aMyDoc->allFeatures();
     std::list<std::shared_ptr<ModelAPI_Feature> >::iterator aFIter = allFeatures.begin();
@@ -335,7 +335,7 @@ TDF_LabelMap& Model_AttributeSelection::scope()
          aCompositeOwnerOwner = ModelAPI_Tools::compositeOwner(aCompositeOwner);
       }
     }
-    // for group Scope is not limitet: this is always up to date objects
+    // for group Scope is not limited: this is always up to date objects
     bool isGroup = aFeature.get() && aFeature->getKind() == "Group";
     for(; aFIter != allFeatures.end(); aFIter++) {
       if (*aFIter == owner()) {  // the left features are created later (except subs of composite)
@@ -518,7 +518,7 @@ bool Model_AttributeSelection::update()
                 if (allCurves.IsBound(aCurve)) {
                   aFound++;
                   int anOrient = allCurves.Find(aCurve);
-                  if (anOrient != 0) {  // extra comparision score is orientation
+                  if (anOrient != 0) {  // extra comparison score is orientation
                     if (edgeOrientation(aFace, anEdge) == anOrient)
                       aSameOrientation++;
                   }
@@ -681,7 +681,7 @@ static void registerSubShape(TDF_Label theMainLabel, TopoDS_Shape theShape,
       aName<<"f";
     else if (theOrientation == -1)
       aName<<"r";
-  } else { // make a compisite name from all sub-elements indexes: "1_2_3_4"
+  } else { // make a composite name from all sub-elements indexes: "1_2_3_4"
     TColStd_MapIteratorOfPackedMapOfInteger aRef(theRefs->GetMap());
     for(; aRef.More(); aRef.Next()) {
       aName<<"-"<<aRef.Key();
@@ -837,7 +837,7 @@ bool Model_AttributeSelection::selectPart(
     }
     return true; // nothing to do, referencing just by name
   }
-  // store the shape (in case part is not loaded it should be usefull
+  // store the shape (in case part is not loaded it should be useful
   TopoDS_Shape aShape;
   std::string aName = theContext->data()->name();
   if (!theSubShape.get() || theSubShape->isNull()) {// the whole part shape is selected
index 665758341c1c8aa1ac158eabd1369b78d660314d..a987fdf835a3b0d3454cd3de9cac378cc9d51c52 100644 (file)
@@ -30,7 +30,7 @@ public:
   /// \param theContext object where the sub-shape was selected
   /// \param theSubShape selected sub-shape (if null, the whole context is selected)
   /// \param theTemporarily if it is true, do not store and name the added in the data framework
-  ///           (used to remove immideately, without the following updates)
+  ///           (used to remove immediately, without the following updates)
   MODEL_EXPORT virtual void setValue(
     const ResultPtr& theContext, const std::shared_ptr<GeomAPI_Shape>& theSubShape,
     const bool theTemporarily = false);
@@ -44,27 +44,27 @@ public:
   /// Sets the feature object
   MODEL_EXPORT virtual void setObject(const std::shared_ptr<ModelAPI_Object>& theObject);
 
-  /// Updates the underlied selection due to the changes in the referenced objects
+  /// Updates the underlying selection due to the changes in the referenced objects
   /// \returns false if update is failed
   MODEL_EXPORT virtual bool update();
 
   /// Returns a textual string of the selection
   /// \param theDefaultValue a name, which is returned if the naming name can not be obtained
   MODEL_EXPORT virtual std::string namingName(const std::string& theDefaultValue = "");
-  
+
   /// Returns an Id of the selection
   /// NOTE: This method has been added for temporary export of groups towards old GEOM
   /// It should then be removed when a direct use of objects from NewGeom
   /// will be possible from SMESH module of SALOME.
   MODEL_EXPORT virtual int Id();
 
-  /// Selects (i.e. creates Naming data structure) of sub-shape specifed by textual name
+  /// Selects (i.e. creates Naming data structure) of sub-shape specified by textual name
   MODEL_EXPORT virtual void selectSubShape(const std::string& theType, const std::string& theSubShapeName);
 
   /// Returns true if attribute was  initialized by some value
   MODEL_EXPORT virtual bool isInitialized();
 
-  /// Returns true if recomute of selection become impossible
+  /// Returns true if recompute of selection become impossible
   MODEL_EXPORT virtual bool isInvalid();
 
 
@@ -85,7 +85,7 @@ protected:
   /// \param theContext the result - owner of the selection
   /// \param theSubShape selected shape
   /// \param theUpdate flag that shows that it must be just update, theShape is null
-  /// \returns true if eveything is selected correctly
+  /// \returns true if everything is selected correctly
   virtual bool selectPart(
     const ResultPtr& theContext, const std::shared_ptr<GeomAPI_Shape>& theSubShape,
     const bool theUpdate = false);
index 6721dd8adfff67a59d0ed9b1a458a1de8bfe6fc8..a452778a2a888021859b0db1a6ea78e078e8485f 100644 (file)
@@ -30,7 +30,7 @@ public:
   /// \param theContext object where the sub-shape was selected
   /// \param theSubShape selected sub-shape (if null, the whole context is selected)
   /// \param theTemporarily if it is true, do not store and name the added in the data framework
-  ///           (used to remove immideately, without the following updates)
+  ///           (used to remove immediately, without the following updates)
   MODEL_EXPORT virtual void append(
     const ResultPtr& theContext, const std::shared_ptr<GeomAPI_Shape>& theSubShape,
     const bool theTemporarily = false);
@@ -42,7 +42,7 @@ public:
   /// Removes the last element in the list
   MODEL_EXPORT virtual void removeLast();
 
-  /// Returns the number ofselection attributes in the list
+  /// Returns the number of selection attributes in the list
   MODEL_EXPORT virtual int size();
 
   /// The type of all elements selection
index ed612e5184306a7e84ff161ebdee3033815de629..eb7f67bab270b426c4a392ed2cc74f66ddf53511 100644 (file)
@@ -379,7 +379,7 @@ void Model_Data::removeBackReference(AttributePtr theAttr)
 
   myRefsToMe.erase(theAttr);
 
-  // remove concealment immideately: on deselection it must be posible to reselect in GUI the same
+  // remove concealment immediately: on deselection it must be posible to reselect in GUI the same
   FeaturePtr aFeatureOwner = std::dynamic_pointer_cast<ModelAPI_Feature>(theAttr->owner());
   if (aFeatureOwner.get() &&
     ModelAPI_Session::get()->validators()->isConcealed(aFeatureOwner->getKind(), theAttr->id())) {
index d96069a65fcac2111fd5972d2958e98be9d859ac..e508fbcf188d2c103a191db9bc9dc686d371be8b 100755 (executable)
@@ -971,7 +971,7 @@ void Model_Document::setCurrentFeature(
       ModelAPI_EventCreator::get()->sendUpdated(anIter, aRedispEvent /*, false*/);
       aWasChanged = true;
     }
-    // update for everyone the concealment flag immideately: on edit feature in the midle of history
+    // update for everyone the concealment flag immediately: on edit feature in the midle of history
     if (aWasChanged) {
       const std::list<std::shared_ptr<ModelAPI_Result> >& aResList = anIter->results();
       std::list<std::shared_ptr<ModelAPI_Result> >::const_iterator aRes = aResList.begin();
index 2e44ea32122c6dc542084da15b9ea81126696179..a3eb6352c5aac71c1fe2b99cc082160c93bf43e1 100644 (file)
@@ -50,7 +50,7 @@ class Model_Update : public Events_Listener
     std::shared_ptr<ModelAPI_CompositeFeature> myMain;
     /// The currently iterated sub-object of root document
     std::shared_ptr<ModelAPI_Feature> mySub;
-    /// If this is true, this iteration must be breaked immideately
+    /// If this is true, this iteration must be breaked immediately
     bool myBreaked;
     /// If this flag is true, the virtual iteration is performed, unbreackable
     bool myIsVirtual;
index fccb6b018f8196d1b89644390f35d3861a8a6449..1af82645e959bfe00e083659b0dc53b507361b0d 100644 (file)
@@ -22,7 +22,7 @@ class ModelAPI_AttributeSelection : public ModelAPI_Attribute
   /// \param theContext object where the sub-shape was selected
   /// \param theSubShape selected sub-shape (if null, the whole context is selected)
   /// \param theTemporarily if it is true, do not store and name the added in the data framework
-  ///           (used to remove immideately, without the following updates)
+  ///           (used to remove immediately, without the following updates)
   virtual void setValue(
     const ResultPtr& theContext, const std::shared_ptr<GeomAPI_Shape>& theSubShape,
     const bool theTemporarily = false) = 0;
@@ -33,7 +33,7 @@ class ModelAPI_AttributeSelection : public ModelAPI_Attribute
   /// Returns the context of the selection (the whole shape owner)
   virtual ResultPtr context() = 0;
 
-  /// Updates the underlied selection due to the changes in the referenced objects
+  /// Updates the underlying selection due to the changes in the referenced objects
   /// \returns false if update is failed
   virtual bool update() = 0;
 
@@ -49,7 +49,7 @@ class ModelAPI_AttributeSelection : public ModelAPI_Attribute
   /// Returns a textual string of the selection
   /// \param theDefaultValue a value, which is used if the naming name can not be obtained
   virtual std::string namingName(const std::string& theDefaultValue = "") = 0;
-  
+
   /// Returns an id of the selection
   virtual int Id() = 0;
 
@@ -57,7 +57,7 @@ class ModelAPI_AttributeSelection : public ModelAPI_Attribute
   /// Selects sub-shape by the textual Name
   virtual void selectSubShape(const std::string& theType, const std::string& theSubShapeName) = 0;
 
-  /// Returns true if recomute of selection become impossible
+  /// Returns true if recompute of selection become impossible
   virtual bool isInvalid() = 0;
 
   /// To virtually destroy the fields of successors
index e2cad1e1f7404176c8209cf3ecc6b91f0aaa1740..52eec8ca15ab35acd71cbb4cffacd4a53d133b53 100644 (file)
@@ -23,7 +23,7 @@ class ModelAPI_AttributeSelectionList : public ModelAPI_Attribute
   /// \param theContext object where the sub-shape was selected
   /// \param theSubShape selected sub-shape (if null, the whole context is selected)
   /// \param theTemporarily if it is true, do not store and name the added in the data framework
-  ///           (used to remove immideately, without the following updates)
+  ///           (used to remove immediately, without the following updates)
   virtual void append(const ResultPtr& theContext,
                       const GeomShapePtr& theSubShape,
                       const bool theTemporarily = false) = 0;
index af55636cb58e7b573d2f5cf1235e16d5bff53f22..8a648e7c53c21616a7260ed5ad29ec0d11f2628c 100644 (file)
@@ -85,7 +85,7 @@ class ModelAPI_Feature : public ModelAPI_Object
                                  const int theIndex);
   /// removes the result from the feature
   MODELAPI_EXPORT void removeResult(const std::shared_ptr<ModelAPI_Result>& theResult);
-  /// removes all results starting from the gived index (zero-based)
+  /// removes all results starting from the given index (zero-based)
   /// \param theSinceIndex - index of the deleted result and all after also will be deleted
   /// \param theFlush - if it is false, REDISPLAY message is not flushed
   MODELAPI_EXPORT void removeResults(const int theSinceIndex, const bool theFlush = true);