#include <DrawTrSurf_Point.hxx>
Inheritance diagram for DrawTrSurf_Point:
Public Member Functions | |
Standard_EXPORT | DrawTrSurf_Point (const gp_Pnt &P, const Draw_MarkerShape Shape, const Draw_Color &Col) |
Standard_EXPORT | DrawTrSurf_Point (const gp_Pnt2d &P, const Draw_MarkerShape Shape, const Draw_Color &Col) |
Standard_EXPORT void | DrawOn (Draw_Display &dis) const |
virtual Standard_EXPORT Standard_Boolean | Is3D () const |
Is a 3D object. (Default True). . | |
Standard_EXPORT gp_Pnt | Point () const |
Standard_EXPORT void | Point (const gp_Pnt &P) |
Standard_EXPORT gp_Pnt2d | Point2d () const |
Standard_EXPORT void | Point2d (const gp_Pnt2d &P) |
Standard_EXPORT void | Color (const Draw_Color &aColor) |
Standard_EXPORT Draw_Color | Color () const |
Standard_EXPORT void | Shape (const Draw_MarkerShape S) |
Standard_EXPORT Draw_MarkerShape | Shape () const |
virtual Standard_EXPORT Handle_Draw_Drawable3D | Copy () const |
For variable copy. . | |
virtual Standard_EXPORT void | Dump (Standard_OStream &S) const |
For variable dump. . | |
virtual Standard_EXPORT void | Whatis (Draw_Interpretor &I) const |
For variable whatis command. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
gp_Pnt | myPoint |
Standard_Boolean | is3D |
Draw_MarkerShape | myShape |
Draw_Color | myColor |
|
|
|
|
|
|
|
|
|
Reimplemented from Draw_Drawable3D. |
|
Implements Draw_Drawable3D. |
|
Reimplemented from Draw_Drawable3D. |
|
Reimplemented from Draw_Drawable3D. |
|
Reimplemented from Draw_Drawable3D. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from Draw_Drawable3D. |
|
|
|
|
|
|
|
|