Salome HOME
refs #30 - Sketch base GUI: create, draw lines
[modules/shaper.git] / src / GeomAPI / GeomAPI_Dir.h
index 7993a3d77d030e3adc6701457e36b686758d2b31..afdab1c090ccb2e7bbce10e42e98ff26bf4d4898 100644 (file)
@@ -6,6 +6,9 @@
 #define GeomAPI_Dir_HeaderFile
 
 #include <GeomAPI_Interface.h>
+#include <boost/shared_ptr.hpp>
+
+class GeomAPI_XYZ;
 
 /**\class GeomAPI_Dir
  * \ingroup DataModel
@@ -25,6 +28,8 @@ public:
   /// returns Z coordinate
   double z() const;
 
+  /// returns coordinates of the direction
+  const boost::shared_ptr<GeomAPI_XYZ> xyz();
 };
 
 #endif