#include <Draw_Marker2D.hxx>
Inheritance diagram for Draw_Marker2D:
Public Member Functions | |
Standard_EXPORT | Draw_Marker2D (const gp_Pnt2d &P, const Draw_MarkerShape T, const Draw_Color &C, const Standard_Integer Size=5) |
Standard_EXPORT | Draw_Marker2D (const gp_Pnt2d &P, const Draw_MarkerShape T, const Draw_Color &C, const Standard_Real RSize) |
Standard_EXPORT gp_Pnt2d & | ChangePos () |
myPos field | |
Standard_EXPORT void | DrawOn (Draw_Display &dis) const |
virtual Standard_EXPORT Standard_Boolean | PickReject (const Standard_Real X, const Standard_Real Y, const Standard_Real Prec) const |
Returs always false . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
gp_Pnt2d | myPos |
Draw_Color | myCol |
Draw_MarkerShape | myTyp |
Standard_Integer | mySiz |
Standard_Real | myRSiz |
Standard_Boolean | myIsRSiz |
|
|
|
|
|
|
|
Implements Draw_Drawable3D. Reimplemented in TestTopOpeDraw_DrawableP2D. |
|
Reimplemented from Draw_Drawable2D. Reimplemented in TestTopOpeDraw_DrawableP2D. |
|
Reimplemented from Draw_Drawable3D. |
|
|
|
|
|
|
|
|
|
|
|
|