// 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 _TopOpeBRep_Point2d_HeaderFile #define _TopOpeBRep_Point2d_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _IntRes2d_IntersectionPoint_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _TopoDS_Vertex_HeaderFile #include #endif #ifndef _TopOpeBRepDS_Transition_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TopOpeBRep_P2Dstatus_HeaderFile #include #endif #ifndef _gp_Pnt_HeaderFile #include #endif #ifndef _gp_Pnt2d_HeaderFile #include #endif #ifndef _TopOpeBRepDS_Config_HeaderFile #include #endif #ifndef _Handle_TopOpeBRep_Hctxff2d_HeaderFile #include #endif #ifndef _Handle_TopOpeBRep_Hctxee2d_HeaderFile #include #endif class TopOpeBRep_Hctxff2d; class TopOpeBRep_Hctxee2d; class TopOpeBRep_EdgesIntersector; class IntRes2d_IntersectionPoint; class TopoDS_Vertex; class TopOpeBRepDS_Transition; class gp_Pnt; class gp_Pnt2d; class TopOpeBRep_Point2d { 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 TopOpeBRep_Point2d(); Standard_EXPORT void Dump(const Standard_Integer ie1 = 0,const Standard_Integer ie2 = 0) const; void SetPint(const IntRes2d_IntersectionPoint& P) ; Standard_Boolean HasPint() const; const IntRes2d_IntersectionPoint& Pint() const; void SetIsVertex(const Standard_Integer I,const Standard_Boolean B) ; Standard_Boolean IsVertex(const Standard_Integer I) const; void SetVertex(const Standard_Integer I,const TopoDS_Vertex& V) ; Standard_EXPORT const TopoDS_Vertex& Vertex(const Standard_Integer I) const; void SetTransition(const Standard_Integer I,const TopOpeBRepDS_Transition& T) ; Standard_EXPORT const TopOpeBRepDS_Transition& Transition(const Standard_Integer I) const; Standard_EXPORT TopOpeBRepDS_Transition& ChangeTransition(const Standard_Integer I) ; void SetParameter(const Standard_Integer I,const Standard_Real P) ; Standard_Real Parameter(const Standard_Integer I) const; void SetIsPointOfSegment(const Standard_Boolean B) ; Standard_Boolean IsPointOfSegment() const; void SetSegmentAncestors(const Standard_Integer IP1,const Standard_Integer IP2) ; Standard_Boolean SegmentAncestors(Standard_Integer& IP1,Standard_Integer& IP2) const; void SetStatus(const TopOpeBRep_P2Dstatus S) ; TopOpeBRep_P2Dstatus Status() const; void SetIndex(const Standard_Integer X) ; Standard_Integer Index() const; void SetValue(const gp_Pnt& P) ; const gp_Pnt& Value() const; void SetValue2d(const gp_Pnt2d& P) ; const gp_Pnt2d& Value2d() const; void SetKeep(const Standard_Boolean B) ; Standard_Boolean Keep() const; void SetEdgesConfig(const TopOpeBRepDS_Config C) ; TopOpeBRepDS_Config EdgesConfig() const; void SetTolerance(const Standard_Real T) ; Standard_Real Tolerance() const; void SetHctxff2d(const Handle(TopOpeBRep_Hctxff2d)& ff2d) ; Handle_TopOpeBRep_Hctxff2d Hctxff2d() const; void SetHctxee2d(const Handle(TopOpeBRep_Hctxee2d)& ee2d) ; Handle_TopOpeBRep_Hctxee2d Hctxee2d() const; friend class TopOpeBRep_EdgesIntersector; protected: private: IntRes2d_IntersectionPoint mypint; Standard_Boolean myhaspint; Standard_Boolean myisvertex1; TopoDS_Vertex myvertex1; TopOpeBRepDS_Transition mytransition1; Standard_Real myparameter1; Standard_Boolean myisvertex2; TopoDS_Vertex myvertex2; TopOpeBRepDS_Transition mytransition2; Standard_Real myparameter2; Standard_Boolean myispointofsegment; Standard_Integer myips1; Standard_Integer myips2; Standard_Boolean myhasancestors; TopOpeBRep_P2Dstatus mystatus; Standard_Integer myindex; gp_Pnt mypnt; gp_Pnt2d mypnt2d; Standard_Boolean mykeep; TopOpeBRepDS_Config myedgesconfig; Standard_Real mytolerance; Handle_TopOpeBRep_Hctxff2d myctxff2d; Handle_TopOpeBRep_Hctxee2d myctxee2d; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif