summaryrefslogtreecommitdiff
path: root/inc/TestTopOpeDraw_DrawableMesure.hxx
blob: 3fa943855f29aeb112ef8f1fb13905c7ff5899de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _TestTopOpeDraw_DrawableMesure_HeaderFile
#define _TestTopOpeDraw_DrawableMesure_HeaderFile

#ifndef _Standard_HeaderFile
#include <Standard.hxx>
#endif
#ifndef _Standard_DefineHandle_HeaderFile
#include <Standard_DefineHandle.hxx>
#endif
#ifndef _Handle_TestTopOpeDraw_DrawableMesure_HeaderFile
#include <Handle_TestTopOpeDraw_DrawableMesure.hxx>
#endif

#ifndef _Handle_TColgp_HArray1OfPnt_HeaderFile
#include <Handle_TColgp_HArray1OfPnt.hxx>
#endif
#ifndef _Draw_Color_HeaderFile
#include <Draw_Color.hxx>
#endif
#ifndef _Handle_TestTopOpeDraw_DrawableC3D_HeaderFile
#include <Handle_TestTopOpeDraw_DrawableC3D.hxx>
#endif
#ifndef _Handle_TestTopOpeDraw_HArray1OfDrawableP3D_HeaderFile
#include <Handle_TestTopOpeDraw_HArray1OfDrawableP3D.hxx>
#endif
#ifndef _Standard_Real_HeaderFile
#include <Standard_Real.hxx>
#endif
#ifndef _TestTopOpeDraw_DrawableC3D_HeaderFile
#include <TestTopOpeDraw_DrawableC3D.hxx>
#endif
class TColgp_HArray1OfPnt;
class TestTopOpeDraw_DrawableC3D;
class TestTopOpeDraw_HArray1OfDrawableP3D;
class TestTopOpeTools_Mesure;
class Draw_Color;
class TCollection_AsciiString;
class gp_Pnt;
class Draw_Interpretor;
class Draw_Display;



class TestTopOpeDraw_DrawableMesure : public TestTopOpeDraw_DrawableC3D {

public:

  
  Standard_EXPORT   TestTopOpeDraw_DrawableMesure(const TestTopOpeTools_Mesure& M,const Draw_Color& CurveColor,const Draw_Color& TextColor,const Standard_Real ScaleX = 1.0,const Standard_Real ScaleY = 1.0);
  
  Standard_EXPORT     void SetScale(const Standard_Real ScaleX,const Standard_Real ScaleY) ;
  
  Standard_EXPORT     void SetScaleX(const Standard_Real ScaleX) ;
  
  Standard_EXPORT     void SetScaleY(const Standard_Real ScaleY) ;
  
  Standard_EXPORT     void SetName(const TCollection_AsciiString& Name) ;
  
  Standard_EXPORT   virtual  gp_Pnt Pnt() const;
  
  Standard_EXPORT    const Handle_TColgp_HArray1OfPnt& Pnts() const;
  
  Standard_EXPORT     void Clear() ;
  //! For variable whatis command. <br>
  Standard_EXPORT   virtual  void Whatis(Draw_Interpretor& I) const;
  
  Standard_EXPORT   virtual  void DrawOn(Draw_Display& dis) const;




  DEFINE_STANDARD_RTTI(TestTopOpeDraw_DrawableMesure)

protected:




private: 


Handle_TColgp_HArray1OfPnt myP;
Draw_Color myCurveColor;
Handle_TestTopOpeDraw_DrawableC3D myAXE1;
Handle_TestTopOpeDraw_DrawableC3D myAXE2;
Handle_TestTopOpeDraw_HArray1OfDrawableP3D myHDP;
Handle_TestTopOpeDraw_HArray1OfDrawableP3D myHADP1;
Handle_TestTopOpeDraw_HArray1OfDrawableP3D myHADP2;
Standard_Real myScaleX;
Standard_Real myScaleY;


};





// other Inline functions and methods (like "C++: function call" methods)


#endif