Salome HOME
CPP API for FeaturesPlugin_Group
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Placement.h
index 691fd509b7b283150d0ab72a479bd8687a93b91b..14378f06870e61577352f23e5e4bdc07f9d4fa34 100644 (file)
@@ -19,16 +19,16 @@ class ModelHighAPI_Selection;
 /// \class FeaturesAPI_Placement
 /// \ingroup CPPHighAPI
 /// \brief Interface for Placement feature.
-class FeaturesAPI_Placement : public ModelHighAPI_Interface
+class FeaturesAPI_Placement: public ModelHighAPI_Interface
 {
 public:
   /// Constructor without values.
   FEATURESAPI_EXPORT
-  explicit FeaturesAPI_Placement(const std::shared_ptr<ModelAPI_Feature> & theFeature);
+  explicit FeaturesAPI_Placement(const std::shared_ptr<ModelAPI_Feature>& theFeature);
 
   /// Constructor with values.
   FEATURESAPI_EXPORT
-  FeaturesAPI_Placement(const std::shared_ptr<ModelAPI_Feature> & theFeature,
+  FeaturesAPI_Placement(const std::shared_ptr<ModelAPI_Feature>& theFeature,
                         const std::list<ModelHighAPI_Selection>& theObjects,
                         const ModelHighAPI_Selection& theStartShape,
                         const ModelHighAPI_Selection& theEndShape,
@@ -73,7 +73,7 @@ typedef std::shared_ptr<FeaturesAPI_Placement> PlacementPtr;
 /// \ingroup CPPHighAPI
 /// \brief Create Placement feature.
 FEATURESAPI_EXPORT
-PlacementPtr addPlacement(const std::shared_ptr<ModelAPI_Document> & thePart,
+PlacementPtr addPlacement(const std::shared_ptr<ModelAPI_Document>& thePart,
                           const std::list<ModelHighAPI_Selection>& theObjects,
                           const ModelHighAPI_Selection& theStartShape,
                           const ModelHighAPI_Selection& theEndShape,