X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_PointBuilder.h;h=893c70c977fa77c999d15b11215584169ccf3f72;hb=3d28bcbab2f3ed0e40295e64f4e836caebc19fca;hp=78639d7fdd4f7ce273b30fe0e00fc71b6aa1f202;hpb=35a88fdd724349275bbff32b9596a44e7cd422e2;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h b/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h index 78639d7fd..893c70c97 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_PointBuilder.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: GeomAlgoAPI_PointBuilder.h // Created: 02 Jun 2014 // Author: Mikhail PONIKAROV @@ -19,8 +21,11 @@ class GeomAPI_Pnt; class GEOMALGOAPI_EXPORT GeomAlgoAPI_PointBuilder { public: - /// Creates linear edge by two points + /// Creates a shape by point static std::shared_ptr point(std::shared_ptr thePoint); + + /// Return point by shape vertex + static std::shared_ptr point(std::shared_ptr theVertex); }; #endif