Open CASCADE Technology 6.6.0
|
A drawable point.
#include <DrawTrSurf_Point.hxx>
Public Member Functions | |
DrawTrSurf_Point (const gp_Pnt &P, const Draw_MarkerShape Shape, const Draw_Color &Col) | |
DrawTrSurf_Point (const gp_Pnt2d &P, const Draw_MarkerShape Shape, const Draw_Color &Col) | |
void | DrawOn (Draw_Display &dis) const |
virtual Standard_Boolean | Is3D () const |
Is a 3D object. (Default True). | |
gp_Pnt | Point () const |
void | Point (const gp_Pnt &P) |
gp_Pnt2d | Point2d () const |
void | Point2d (const gp_Pnt2d &P) |
void | Color (const Draw_Color &aColor) |
Draw_Color | Color () const |
void | Shape (const Draw_MarkerShape S) |
Draw_MarkerShape | Shape () const |
virtual Handle_Draw_Drawable3D | Copy () const |
For variable copy. | |
virtual void | Dump (Standard_OStream &S) const |
For variable dump. | |
virtual void | Whatis (Draw_Interpretor &I) const |
For variable whatis command. |
DrawTrSurf_Point::DrawTrSurf_Point | ( | const gp_Pnt & | P, |
const Draw_MarkerShape | Shape, | ||
const Draw_Color & | Col | ||
) |
DrawTrSurf_Point::DrawTrSurf_Point | ( | const gp_Pnt2d & | P, |
const Draw_MarkerShape | Shape, | ||
const Draw_Color & | Col | ||
) |
void DrawTrSurf_Point::Color | ( | const Draw_Color & | aColor | ) |
Draw_Color DrawTrSurf_Point::Color | ( | ) | const |
virtual Handle_Draw_Drawable3D DrawTrSurf_Point::Copy | ( | ) | const [virtual] |
Reimplemented from Draw_Drawable3D.
void DrawTrSurf_Point::DrawOn | ( | Draw_Display & | dis | ) | const [virtual] |
Implements Draw_Drawable3D.
virtual void DrawTrSurf_Point::Dump | ( | Standard_OStream & | S | ) | const [virtual] |
Reimplemented from Draw_Drawable3D.
virtual Standard_Boolean DrawTrSurf_Point::Is3D | ( | ) | const [virtual] |
Reimplemented from Draw_Drawable3D.
void DrawTrSurf_Point::Point | ( | const gp_Pnt & | P | ) |
gp_Pnt DrawTrSurf_Point::Point | ( | ) | const |
void DrawTrSurf_Point::Point2d | ( | const gp_Pnt2d & | P | ) |
gp_Pnt2d DrawTrSurf_Point::Point2d | ( | ) | const |
void DrawTrSurf_Point::Shape | ( | const Draw_MarkerShape | S | ) |
Draw_MarkerShape DrawTrSurf_Point::Shape | ( | ) | const |
virtual void DrawTrSurf_Point::Whatis | ( | Draw_Interpretor & | I | ) | const [virtual] |
Reimplemented from Draw_Drawable3D.