// 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 _TopOpeBRep_VPointInterClassifier_HeaderFile #define _TopOpeBRep_VPointInterClassifier_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _BRepClass_FaceClassifier_HeaderFile #include #endif #ifndef _TopAbs_State_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif class TopoDS_Shape; class TopOpeBRep_VPointInter; class TopOpeBRep_PointClassifier; class TopOpeBRep_VPointInterClassifier { 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 TopOpeBRep_VPointInterClassifier(); //! compute position of VPoint regarding with face .
//! (= 1,2) indicates which (u,v) point of is used.
//! when state is ON, set VP.EdgeON() with the edge containing
//! and associated parameter.
//! returns state of VP on ShapeIndex.
Standard_EXPORT TopAbs_State VPointPosition(const TopoDS_Shape& F,TopOpeBRep_VPointInter& VP,const Standard_Integer ShapeIndex,TopOpeBRep_PointClassifier& PC,const Standard_Boolean AssumeINON,const Standard_Real Tol) ; //! returns the edge containing the VPoint used in the
//! last VPointPosition() call. Edge is defined if the state previously
//! computed is ON, else Edge is a null shape.
Standard_EXPORT const TopoDS_Shape& Edge() const; //! returns the parameter of the VPoint on Edge()
Standard_EXPORT Standard_Real EdgeParameter() const; protected: private: BRepClass_FaceClassifier mySlowFaceClassifier; TopAbs_State myState; TopoDS_Shape myNullShape; }; // other Inline functions and methods (like "C++: function call" methods) #endif