|
Open CASCADE Technology 6.5.2
|
#include <IntPatch_PolyLine.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 () |
| const Bnd_Box2d & | Bounding () const |
| Standard_Real | Error () const |
| Standard_Boolean | Closed () const |
| Standard_Integer | NbPoints () const |
| gp_Pnt2d | Point (const Standard_Integer Index) const |
| IntPatch_PolyLine::IntPatch_PolyLine | ( | ) |
| IntPatch_PolyLine::IntPatch_PolyLine | ( | const Standard_Real | InitDefle | ) |
| const Bnd_Box2d& IntPatch_PolyLine::Bounding | ( | ) | const [virtual] |
Implements IntPatch_Polygo.
| Standard_Boolean IntPatch_PolyLine::Closed | ( | ) | const [virtual] |
Implements IntPatch_Polygo.
| Standard_Real IntPatch_PolyLine::Error | ( | ) | const [virtual] |
Implements IntPatch_Polygo.
| Standard_Integer IntPatch_PolyLine::NbPoints | ( | ) | const [virtual] |
Implements IntPatch_Polygo.
| void IntPatch_PolyLine::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from IntPatch_Polygo.
| void* IntPatch_PolyLine::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from IntPatch_Polygo.
| void* IntPatch_PolyLine::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from IntPatch_Polygo.
| gp_Pnt2d IntPatch_PolyLine::Point | ( | const Standard_Integer | Index | ) | const [virtual] |
Implements IntPatch_Polygo.
| void IntPatch_PolyLine::ResetError | ( | ) |
| 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 | ||
| ) |
1.7.4