// 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 _BOP_Refiner_HeaderFile #define _BOP_Refiner_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TopTools_ListOfShape_HeaderFile #include #endif class TopoDS_Shape; class TopTools_ListOfShape; //! The algorithm to provide the refinition
//! for a resulting shape of Boolean Operation
//! algorithm.
//! (not completed yet)
class BOP_Refiner { 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 BOP_Refiner(); //! Constructor;
Standard_EXPORT BOP_Refiner(const TopoDS_Shape& aS); //! Modifier
Standard_EXPORT void SetShape(const TopoDS_Shape& aS) ; //! Modifier
Standard_EXPORT void SetInternals(const TopTools_ListOfShape& aLS) ; //! Performs the algorithm
Standard_EXPORT void Do() ; //! Selector
Standard_EXPORT Standard_Boolean IsDone() const; //! Selector
Standard_EXPORT Standard_Integer ErrorStatus() const; //! Selector
Standard_EXPORT const TopoDS_Shape& Shape() const; //! Selector
Standard_EXPORT Standard_Integer NbRemovedVertices() const; //! Selector
Standard_EXPORT Standard_Integer NbRemovedEdges() const; protected: private: //! Internal usage
Standard_EXPORT void DoInternals() ; TopoDS_Shape myShape; Standard_Boolean myIsDone; Standard_Integer myErrorStatus; Standard_Integer myNbRemovedVertices; Standard_Integer myNbRemovedEdges; TopTools_ListOfShape myInternals; }; // other Inline functions and methods (like "C++: function call" methods) #endif