// 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 _Draft_VertexInfo_HeaderFile #define _Draft_VertexInfo_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _gp_Pnt_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif #ifndef _TColStd_ListOfReal_HeaderFile #include #endif #ifndef _TopTools_ListIteratorOfListOfShape_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif class Standard_DomainError; class Standard_NoMoreObject; class TopoDS_Edge; class gp_Pnt; class Draft_VertexInfo { 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 Draft_VertexInfo(); Standard_EXPORT void Add(const TopoDS_Edge& E) ; Standard_EXPORT const gp_Pnt& Geometry() const; Standard_EXPORT Standard_Real Parameter(const TopoDS_Edge& E) ; Standard_EXPORT void InitEdgeIterator() ; Standard_EXPORT const TopoDS_Edge& Edge() const; Standard_EXPORT void NextEdge() ; Standard_EXPORT Standard_Boolean MoreEdge() const; Standard_EXPORT gp_Pnt& ChangeGeometry() ; Standard_EXPORT Standard_Real& ChangeParameter(const TopoDS_Edge& E) ; protected: private: gp_Pnt myGeom; TopTools_ListOfShape myEdges; TColStd_ListOfReal myParams; TopTools_ListIteratorOfListOfShape myItEd; }; // other Inline functions and methods (like "C++: function call" methods) #endif