// 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_Checker_HeaderFile #define _BOPTools_Checker_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _BOPTools_ListOfCheckResults_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _BOPTools_PaveFiller_HeaderFile #include #endif #ifndef _TopAbs_ShapeEnum_HeaderFile #include #endif class TopoDS_Shape; class BOPTools_InterferencePool; class BOPTools_ListOfCheckResults; //! class that provides the algorithm
//! to check a shape on self-interference.
class BOPTools_Checker : public BOPTools_PaveFiller { 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 Contructor
Standard_EXPORT BOPTools_Checker(); //! Contructs the object using the shape to check
Standard_EXPORT BOPTools_Checker(const TopoDS_Shape& aS); //! Contructs the object using the
Standard_EXPORT BOPTools_Checker(const BOPTools_InterferencePool& aIP); //! Destructor
Standard_EXPORT virtual void Destroy() ; Standard_EXPORT virtual ~BOPTools_Checker(){Destroy();} //! if the process stops
//! and the exception throws; otherwise all faulties are searched
Standard_EXPORT void SetPerformType(const Standard_Boolean StopOnFirstFaulty) ; //! Launches the algorithm
Standard_EXPORT virtual void Perform() ; //! Selector
Standard_EXPORT void SetShape(const TopoDS_Shape& aS) ; //! Selector
Standard_EXPORT const TopoDS_Shape& Shape() const; //! returnes a result of check
Standard_EXPORT const BOPTools_ListOfCheckResults& GetCheckResult() const; //! Selector.
//! Retrns TRUE if there is interferred sub-shapes .
Standard_EXPORT Standard_Boolean HasFaulty() const; protected: //! See in base classe, please
Standard_EXPORT virtual void PerformVV() ; //! See in base classe, please
Standard_EXPORT virtual void PerformVE() ; //! See in base classe, please
Standard_EXPORT virtual void PerformVF() ; //! See in base classe, please
Standard_EXPORT virtual void PerformEE() ; //! See in base classe, please
Standard_EXPORT virtual void PerformEF() ; //! See in base classe, please
Standard_EXPORT virtual void PerformFF() ; //! Prepare end paves for each edge
Standard_EXPORT virtual void PrepareEdges() ; //! Internal usage
Standard_EXPORT virtual void PreparePaveBlocks(const TopAbs_ShapeEnum aType1,const TopAbs_ShapeEnum aType2) ; //! Prepare end paves for the edge
Standard_EXPORT virtual void PreparePaveBlocks(const Standard_Integer anE) ; private: TopoDS_Shape myShape; BOPTools_ListOfCheckResults myCheckResults; Standard_Boolean myStopOnFirst; Standard_Integer myEntryType; }; // other Inline functions and methods (like "C++: function call" methods) #endif