Salome HOME
Merge branch 'V9_4_BR'
[modules/shaper.git] / src / GeomAPI / GeomAPI_Trsf.h
index 80b492f09de163abb3b8fdf9a921981d51ab4090..84539eca682595d640b9a0f9f40370df5e3ac2bb 100644 (file)
@@ -95,5 +95,8 @@ class GeomAPI_Trsf : public GeomAPI_Interface
   GEOMAPI_EXPORT void setSymmetry(const std::shared_ptr<GeomAPI_Ax2> thePlane);
 };
 
+//! Pointer on the object
+typedef std::shared_ptr<GeomAPI_Trsf> GeomTrsfPtr;
+
 #endif