// 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_SolidClassifier_HeaderFile #define _BOP_SolidClassifier_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _BOP_PSoClassif_HeaderFile #include #endif #ifndef _BOP_IndexedDataMapOfSolidClassifier_HeaderFile #include #endif #ifndef _TopAbs_State_HeaderFile #include #endif #ifndef _TopoDS_Shell_HeaderFile #include #endif #ifndef _TopoDS_Solid_HeaderFile #include #endif #ifndef _BRep_Builder_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class TopoDS_Solid; class gp_Pnt; class TopoDS_Shell; //! The auxiliary class to classify points with
//! a solid
//!
class BOP_SolidClassifier { 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_SolidClassifier(); //! Clear internal state
Standard_EXPORT void Clear() ; //! Modifier
Standard_EXPORT void LoadSolid(const TopoDS_Solid& aS) ; //! Compute the position of point

regarding with the
//! geometric domain of the solid .
Standard_EXPORT TopAbs_State Classify(const TopoDS_Solid& aS,const gp_Pnt& aP,const Standard_Real aTol) ; //! Modifier
Standard_EXPORT void LoadShell(const TopoDS_Shell& S) ; //! Compute the position of point

regarding with the
//! geometric domain of the shell .
Standard_EXPORT TopAbs_State Classify(const TopoDS_Shell& aS,const gp_Pnt& aP,const Standard_Real aTol) ; //! Returns computed 3D-State
Standard_EXPORT TopAbs_State State() const; //! Destructor
Standard_EXPORT void Destroy() ; Standard_EXPORT virtual ~BOP_SolidClassifier(){Destroy();} protected: private: BOP_PSoClassif myPClassifier; BOP_IndexedDataMapOfSolidClassifier myClassifierMap; TopAbs_State myState; TopoDS_Shell myShell; TopoDS_Solid mySolid; BRep_Builder myBuilder; }; // other Inline functions and methods (like "C++: function call" methods) #endif