// 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 _IntStart_SITopolTool_HeaderFile #define _IntStart_SITopolTool_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IntStart_SITopolTool_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _TopAbs_State_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class gp_Pnt2d; //! template class for a topological tool.
//! This tool is linked with the surface on which
//! the classification has to be made.
class IntStart_SITopolTool : public MMgt_TShared { public: Standard_EXPORT virtual TopAbs_State Classify(const gp_Pnt2d& P,const Standard_Real Tol) = 0; DEFINE_STANDARD_RTTI(IntStart_SITopolTool) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif