// 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_DEInfo_HeaderFile #define _BOPTools_DEInfo_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TColStd_ListOfInteger_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class TColStd_ListOfInteger; //! Auxiliary class for storing information about
//! a degenerated edge
//!
class BOPTools_DEInfo { 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_DEInfo(); //! Modifier
//! Sets DS-index for the vertex to which
//! degenerated edge belongs to
Standard_EXPORT void SetVertex(const Standard_Integer nV) ; //! Modifier
//! Sets DS-indices for the faces to which
//! degenerated edge belongs to
Standard_EXPORT void SetFaces(const TColStd_ListOfInteger& aLF) ; //! Selector
Standard_EXPORT const TColStd_ListOfInteger& Faces() const; //! Selector/Modifier
Standard_EXPORT TColStd_ListOfInteger& ChangeFaces() ; //! Selector
Standard_EXPORT Standard_Integer Vertex() const; protected: private: TColStd_ListOfInteger myFaces; Standard_Integer myVertex; }; // other Inline functions and methods (like "C++: function call" methods) #endif