Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Graph2D / INC / model / LineV.h
diff --git a/WCudaMSE/API_Bilat_Graph2D/INC/model/LineV.h b/WCudaMSE/API_Bilat_Graph2D/INC/model/LineV.h
new file mode 100755 (executable)
index 0000000..86d2030
--- /dev/null
@@ -0,0 +1,32 @@
+#ifndef LINEV_H_\r
+#define LINEV_H_\r
+\r
+#include "Segment.h"\r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    Declaration                                     *|\r
+ \*---------------------------------------------------------------------*/\r
+\r
+/*--------------------------------------*\\r
+ |*            Public                  *|\r
+ \*-------------------------------------*/\r
+\r
+class CBI_GRAPH LineV: public Segment\r
+    {\r
+    public:\r
+       /**\r
+        * Create a vertical segment from coordinates A=(x, y1), B=(x, y2)\r
+        */\r
+       LineV(Title title, Apparance apparance, float x, float y1, float y2);\r
+\r
+       void setX(float x);\r
+       void setY(float y1,float y2);\r
+\r
+       virtual ~LineV();\r
+    };\r
+\r
+#endif \r
+\r
+/*----------------------------------------------------------------------*\\r
+ |*                    End                                             *|\r
+ \*---------------------------------------------------------------------*/\r