// 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 _BOPTools_PaveSet_HeaderFile #define _BOPTools_PaveSet_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _BOPTools_ListOfPave_HeaderFile #include #endif class BOPTools_ListOfPave; class BOPTools_Pave; //! class for storing/sorting paves that
//! belong to an edge
class BOPTools_PaveSet { 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); } //! Empty constructor
Standard_EXPORT BOPTools_PaveSet(); //! Access to the list
Standard_EXPORT BOPTools_ListOfPave& ChangeSet() ; //! Access to the list const
Standard_EXPORT const BOPTools_ListOfPave& Set() const; //! Appends to the list
Standard_EXPORT void Append(const BOPTools_Pave& aPave) ; //! Sorts list in increasing order of paves' parameters
Standard_EXPORT void SortSet() ; protected: private: BOPTools_ListOfPave myPaveList; }; // other Inline functions and methods (like "C++: function call" methods) #endif