// 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 _TopOpeBRepTool_SolidClassifier_HeaderFile #define _TopOpeBRepTool_SolidClassifier_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TopOpeBRepTool_PSoClassif_HeaderFile #include #endif #ifndef _TopTools_IndexedDataMapOfShapeAddress_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; class TopOpeBRepTool_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); } Standard_EXPORT TopOpeBRepTool_SolidClassifier(); Standard_EXPORT void Clear() ; Standard_EXPORT void Destroy() ; Standard_EXPORT ~TopOpeBRepTool_SolidClassifier() {Destroy();} Standard_EXPORT void LoadSolid(const TopoDS_Solid& S) ; //! compute the position of point

regarding with the
//! geometric domain of the solid .
Standard_EXPORT TopAbs_State Classify(const TopoDS_Solid& S,const gp_Pnt& P,const Standard_Real Tol) ; 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& S,const gp_Pnt& P,const Standard_Real Tol) ; Standard_EXPORT TopAbs_State State() const; protected: private: TopOpeBRepTool_PSoClassif myPClassifier; TopTools_IndexedDataMapOfShapeAddress myShapeClassifierMap; TopAbs_State myState; TopoDS_Shell myShell; TopoDS_Solid mySolid; BRep_Builder myBuilder; }; // other Inline functions and methods (like "C++: function call" methods) #endif