Open CASCADE Technology
6.5.4
|
#include <IntPatch_PolyLine.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | IntPatch_PolyLine () |
IntPatch_PolyLine (const Standard_Real InitDefle) | |
void | SetWLine (const Standard_Boolean OnFirst, const Handle< IntPatch_WLine > &Line) |
void | SetRLine (const Standard_Boolean OnFirst, const Handle< IntPatch_RLine > &Line) |
void | ResetError () |
Standard_Integer | NbPoints () const |
gp_Pnt2d | Point (const Standard_Integer Index) const |
IntPatch_PolyLine::IntPatch_PolyLine | ( | const Standard_Real | InitDefle | ) |
Standard_Integer IntPatch_PolyLine::NbPoints | ( | ) | const [virtual] |
Implements IntPatch_Polygo.
gp_Pnt2d IntPatch_PolyLine::Point | ( | const Standard_Integer | Index | ) | const [virtual] |
Implements IntPatch_Polygo.
void IntPatch_PolyLine::SetRLine | ( | const Standard_Boolean | OnFirst, |
const Handle< IntPatch_RLine > & | Line | ||
) |
void IntPatch_PolyLine::SetWLine | ( | const Standard_Boolean | OnFirst, |
const Handle< IntPatch_WLine > & | Line | ||
) |