Open CASCADE Technology
6.5.4
|
#include <Select3D_PointData.hxx>
Public Member Functions | |
Select3D_PointData (const Standard_Integer theNbPoints) | |
~Select3D_PointData () | |
void | SetPnt (const Standard_Integer theIndex, const Select3D_Pnt &theValue) |
void | SetPnt (const Standard_Integer theIndex, const gp_Pnt &theValue) |
void | SetPnt2d (const Standard_Integer theIndex, const Select3D_Pnt2d &theValue) |
void | SetPnt2d (const Standard_Integer theIndex, const gp_Pnt2d &theValue) |
Select3D_Pnt | Pnt (const Standard_Integer theIndex) const |
Select3D_Pnt2d | Pnt2d (const Standard_Integer theIndex) const |
const Standard_Integer | Size () const |
Select3D_PointData::Select3D_PointData | ( | const Standard_Integer | theNbPoints | ) | [inline] |
Select3D_PointData::~Select3D_PointData | ( | ) | [inline] |
Select3D_Pnt Select3D_PointData::Pnt | ( | const Standard_Integer | theIndex | ) | const [inline] |
Select3D_Pnt2d Select3D_PointData::Pnt2d | ( | const Standard_Integer | theIndex | ) | const [inline] |
void Select3D_PointData::SetPnt | ( | const Standard_Integer | theIndex, |
const Select3D_Pnt & | theValue | ||
) | [inline] |
void Select3D_PointData::SetPnt | ( | const Standard_Integer | theIndex, |
const gp_Pnt & | theValue | ||
) | [inline] |
void Select3D_PointData::SetPnt2d | ( | const Standard_Integer | theIndex, |
const Select3D_Pnt2d & | theValue | ||
) | [inline] |
void Select3D_PointData::SetPnt2d | ( | const Standard_Integer | theIndex, |
const gp_Pnt2d & | theValue | ||
) | [inline] |
const Standard_Integer Select3D_PointData::Size | ( | ) | const [inline] |