// 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 _TopOpeBRepBuild_PaveSet_HeaderFile #define _TopOpeBRepBuild_PaveSet_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Edge_HeaderFile #include #endif #ifndef _TopOpeBRepBuild_ListOfPave_HeaderFile #include #endif #ifndef _TopOpeBRepBuild_ListIteratorOfListOfPave_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _TopOpeBRepBuild_LoopSet_HeaderFile #include #endif #ifndef _Handle_TopOpeBRepBuild_Pave_HeaderFile #include #endif #ifndef _Handle_TopOpeBRepBuild_Loop_HeaderFile #include #endif class TopoDS_Shape; class TopOpeBRepBuild_Pave; class TopOpeBRepBuild_Loop; class TopoDS_Edge; class TopOpeBRepBuild_ListOfPave; //! class providing an exploration of a set of vertices to build edges.
//! It is similar to LoopSet from TopOpeBRepBuild where Loop is Pave.
class TopOpeBRepBuild_PaveSet : public TopOpeBRepBuild_LoopSet { 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); } //! Create a Pave set on edge . It contains vertices.
Standard_EXPORT TopOpeBRepBuild_PaveSet(const TopoDS_Shape& E); Standard_EXPORT void RemovePV(const Standard_Boolean B) ; //! Add in the Pave set.
Standard_EXPORT void Append(const Handle(TopOpeBRepBuild_Pave)& PV) ; Standard_EXPORT virtual void InitLoop() ; Standard_EXPORT virtual Standard_Boolean MoreLoop() const; Standard_EXPORT virtual void NextLoop() ; Standard_EXPORT virtual const Handle_TopOpeBRepBuild_Loop& Loop() const; Standard_EXPORT const TopoDS_Edge& Edge() const; Standard_EXPORT Standard_Boolean HasEqualParameters() ; Standard_EXPORT Standard_Real EqualParameters() const; Standard_EXPORT Standard_Boolean ClosedVertices() ; Standard_EXPORT static void SortPave(const TopOpeBRepBuild_ListOfPave& Lin,TopOpeBRepBuild_ListOfPave& Lout) ; protected: private: Standard_EXPORT void Prepare() ; TopoDS_Edge myEdge; TopOpeBRepBuild_ListOfPave myVertices; TopOpeBRepBuild_ListIteratorOfListOfPave myVerticesIt; Standard_Integer myEdgeVertexIndex; Standard_Integer myEdgeVertexCount; Standard_Boolean myHasEqualParameters; Standard_Real myEqualParameters; Standard_Boolean myClosed; Standard_Boolean myPrepareDone; Standard_Boolean myRemovePV; }; // other Inline functions and methods (like "C++: function call" methods) #endif