#include <Bisector_PolyBis.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | Bisector_PolyBis () |
Standard_EXPORT void | Append (const Bisector_PointOnBis &Point) |
Standard_EXPORT Standard_Integer | Length () const |
Standard_EXPORT Standard_Boolean | IsEmpty () const |
Standard_EXPORT const Bisector_PointOnBis & | Value (const Standard_Integer Index) const |
Standard_EXPORT const Bisector_PointOnBis & | First () const |
Standard_EXPORT const Bisector_PointOnBis & | Last () const |
Standard_EXPORT Standard_Integer | Interval (const Standard_Real U) const |
Standard_EXPORT void | Transform (const gp_Trsf2d &T) |
Private Attributes | |
Bisector_PointOnBis | thePoints [30] |
Standard_Integer | nbPoints |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|