]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelGeomAlgo/ModelGeomAlgo_Point2D.h
Salome HOME
Fix coding style (line length <= 100)
[modules/shaper.git] / src / ModelGeomAlgo / ModelGeomAlgo_Point2D.h
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 = "",