Salome HOME
Improve code coverage for elliptic arcs.
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index ce9872768a5a8df63d1ca5da4127303584514414..b7d81ff7406ac5020a369478aa026620c4ec65a2 100644 (file)
@@ -63,7 +63,7 @@ public:
     const ObjectPtr& theContext, const std::shared_ptr<GeomAPI_Shape>& theSubShape,
     const bool theTemporarily = false);
 
-  /// Same as SetValue, but it takes an edge (on circular or elliptical curve)
+  /// Same as SetValue, but it takes an edge (on circular or elliptic curve)
   /// and stores the vertex of the central point (for ellipse the first or the second focus point)
   MODEL_EXPORT virtual void setValueCenter(
     const ObjectPtr& theContext, const std::shared_ptr<GeomAPI_Edge>& theEdge,
@@ -203,7 +203,7 @@ protected:
   TDF_Label baseDocumentLab();
 
   /// Returns features that conceals theFeature and located in history before theStop
-  void Model_AttributeSelection::concealedFeature(
+  void concealedFeature(
     const FeaturePtr theFeature, const FeaturePtr theStop, std::list<FeaturePtr>& theConcealers);
 
   friend class Model_Data;