]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix coding style (line length <= 100)
authorazv <azv@opencascade.com>
Tue, 28 Mar 2017 08:45:50 +0000 (11:45 +0300)
committerazv <azv@opencascade.com>
Tue, 28 Mar 2017 08:45:50 +0000 (11:45 +0300)
src/ModelGeomAlgo/ModelGeomAlgo_Point2D.cpp
src/ModelGeomAlgo/ModelGeomAlgo_Point2D.h
src/SketchPlugin/SketchPlugin_Trim.cpp
src/SketchSolver/SketchSolver_Group.cpp

index 70cd9cb72e59f4c4ea8ca550c86c1b4170dbe065..d7115a09118e7279c06fc5de6af84f2889c101aa 100755 (executable)
@@ -191,7 +191,8 @@ void appendShapePoints(const GeomShapePtr& theShape,
   }
 }
 
-void ModelGeomAlgo_Point2D::getPointsIntersectedShape(const std::shared_ptr<ModelAPI_Feature>& theBaseFeature,
+void ModelGeomAlgo_Point2D::getPointsIntersectedShape(
+                        const std::shared_ptr<ModelAPI_Feature>& theBaseFeature,
                         const std::list<std::shared_ptr<ModelAPI_Feature> >& theFeatures,
                         PointToRefsMap& thePointToAttributeOrObject)
 {
index 15826a20c3f37d5571224c59952099ab830a3e7e..afa13b127a1c63d1f6356eca43345e2daf6cbffc 100755 (executable)
@@ -51,7 +51,8 @@ public:
   /// \param isSkipFeatureAttributes a boolean value if coincidences to the feature attributes
   /// should be skipped
   /// \returns found point attribute or NULL
-  static MODELGEOMALGO_EXPORT void getPointsOfReference(const std::shared_ptr<ModelAPI_Object>& theObject,
+  static MODELGEOMALGO_EXPORT
+        void getPointsOfReference(const std::shared_ptr<ModelAPI_Object>& theObject,
                                   const std::string& theReferenceFeatureKind,
                                   std::set<std::shared_ptr<GeomDataAPI_Point2D> >& theAttributes,
                                   const std::string& theObjectFeatureKind = "",
index f45bb609f225155ff87ba76509c61fecdd18a20a..c2408c1cc0eabec40428bc939db7e5b1d48882ee 100644 (file)
@@ -334,7 +334,8 @@ void SketchPlugin_Trim::execute()
       continue;
 
     if (aReplacingResult.get()) {
-      AttributeRefAttrPtr aRefAttr = std::dynamic_pointer_cast<ModelAPI_AttributeRefAttr>(anAttribute);
+      AttributeRefAttrPtr aRefAttr =
+          std::dynamic_pointer_cast<ModelAPI_AttributeRefAttr>(anAttribute);
       if (aRefAttr.get())
         aRefAttr->setObject(aReplacingResult);
       else {
index 709407ee5d79cb9594f433db8f3ab60a75102aea..c02c9a6d03e3722fdc2a61ddbcfb210c2ac9c561 100644 (file)
@@ -34,7 +34,9 @@ static void sendMessage(const char* theMessageName, const std::set<ObjectPtr>& t
   Events_Loop::loop()->send(aMessage);
 }
 
-static void sendMessage(const char* theMessageName, const CompositeFeaturePtr& theSketch, const int theDOF)
+static void sendMessage(const char* theMessageName,
+                        const CompositeFeaturePtr& theSketch,
+                        const int theDOF)
 {
   std::shared_ptr<ModelAPI_SolverFailedMessage> aMessage =
       std::shared_ptr<ModelAPI_SolverFailedMessage>(