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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| virtual void | Delete () |
| virtual | ~IntPatch_Polygo () |
| virtual const Bnd_Box2d & | Bounding () const =0 |
| virtual Standard_Real | Error () const =0 |
| virtual Standard_Boolean | Closed () const =0 |
| virtual Standard_Integer | NbPoints () const =0 |
| virtual gp_Pnt2d | Point (const Standard_Integer Index) const =0 |
| virtual IntPatch_Polygo::~IntPatch_Polygo | ( | ) | [inline, virtual] |
| virtual const Bnd_Box2d& IntPatch_Polygo::Bounding | ( | ) | const [pure virtual] |
Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.
| virtual Standard_Boolean IntPatch_Polygo::Closed | ( | ) | const [pure virtual] |
Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.
| virtual void IntPatch_Polygo::Delete | ( | ) | [virtual] |
| virtual Standard_Real IntPatch_Polygo::Error | ( | ) | const [pure virtual] |
Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.
| virtual Standard_Integer IntPatch_Polygo::NbPoints | ( | ) | const [pure virtual] |
Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.
| void IntPatch_Polygo::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented in IntPatch_PolyLine, and IntPatch_PolyArc.
| void* IntPatch_Polygo::operator new | ( | size_t | size | ) | [inline] |
Reimplemented in IntPatch_PolyLine, and IntPatch_PolyArc.
| void* IntPatch_Polygo::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented in IntPatch_PolyLine, and IntPatch_PolyArc.
| virtual gp_Pnt2d IntPatch_Polygo::Point | ( | const Standard_Integer | Index | ) | const [pure virtual] |
Implemented in IntPatch_PolyLine, and IntPatch_PolyArc.
1.7.4