Open CASCADE Technology
6.9.1
|
The class BOPDS_Point is to store the information about intersection point. More...
#include <BOPDS_Point.hxx>
Public Member Functions | |
BOPDS_Point () | |
Empty contructor. More... | |
virtual | ~BOPDS_Point () |
void | SetPnt (const gp_Pnt &thePnt) |
Modifier Sets 3D point <thePnt> More... | |
const gp_Pnt & | Pnt () const |
Selector Returns 3D point. More... | |
void | SetPnt2D1 (const gp_Pnt2d &thePnt) |
Modifier Sets 2D point on the first face <thePnt> More... | |
const gp_Pnt2d & | Pnt2D1 () const |
Selector Returns 2D point on the first face <thePnt> More... | |
void | SetPnt2D2 (const gp_Pnt2d &thePnt) |
Modifier Sets 2D point on the second face <thePnt> More... | |
const gp_Pnt2d & | Pnt2D2 () const |
Selector Returns 2D point on the second face <thePnt> More... | |
void | SetIndex (const Standard_Integer theIndex) |
Modifier Sets the index of the vertex <theIndex> More... | |
Standard_Integer | Index () const |
Selector Returns index of the vertex. More... | |
Protected Attributes | |
gp_Pnt | myPnt |
gp_Pnt2d | myPnt2D1 |
gp_Pnt2d | myPnt2D2 |
Standard_Integer | myIndex |
The class BOPDS_Point is to store the information about intersection point.
BOPDS_Point::BOPDS_Point | ( | ) |
Empty contructor.
|
virtual |
Standard_Integer BOPDS_Point::Index | ( | ) | const |
Selector Returns index of the vertex.
const gp_Pnt& BOPDS_Point::Pnt | ( | ) | const |
Selector Returns 3D point.
const gp_Pnt2d& BOPDS_Point::Pnt2D1 | ( | ) | const |
Selector Returns 2D point on the first face <thePnt>
const gp_Pnt2d& BOPDS_Point::Pnt2D2 | ( | ) | const |
Selector Returns 2D point on the second face <thePnt>
void BOPDS_Point::SetIndex | ( | const Standard_Integer | theIndex | ) |
Modifier Sets the index of the vertex <theIndex>
void BOPDS_Point::SetPnt | ( | const gp_Pnt & | thePnt | ) |
Modifier Sets 3D point <thePnt>
void BOPDS_Point::SetPnt2D1 | ( | const gp_Pnt2d & | thePnt | ) |
Modifier Sets 2D point on the first face <thePnt>
void BOPDS_Point::SetPnt2D2 | ( | const gp_Pnt2d & | thePnt | ) |
Modifier Sets 2D point on the second face <thePnt>
|
protected |
|
protected |
|
protected |
|
protected |