// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Bisector_HeaderFile #define _Bisector_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_Geom2d_Curve_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class Geom2d_Curve; class Bisector_Curve; class Bisector_BisecAna; class Bisector_BisecPC; class Bisector_BisecCC; class Bisector_Bisec; class Bisector_Inter; class Bisector_PointOnBis; class Bisector_PolyBis; class Bisector_FunctionH; class Bisector_FunctionInter; //! This package provides the bisecting line between two
//! geometric elements.
class Bisector { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT static Standard_Boolean IsConvex(const Handle(Geom2d_Curve)& Cu,const Standard_Real Sign) ; protected: private: friend class Bisector_Curve; friend class Bisector_BisecAna; friend class Bisector_BisecPC; friend class Bisector_BisecCC; friend class Bisector_Bisec; friend class Bisector_Inter; friend class Bisector_PointOnBis; friend class Bisector_PolyBis; friend class Bisector_FunctionH; friend class Bisector_FunctionInter; }; // other Inline functions and methods (like "C++: function call" methods) #endif