// 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 _Contap_TheIWalkingOfContour_HeaderFile #define _Contap_TheIWalkingOfContour_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _IntSurf_SequenceOfPathPoint_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _math_Vector_HeaderFile #include #endif #ifndef _TColStd_SequenceOfReal_HeaderFile #include #endif #ifndef _TColStd_SequenceOfInteger_HeaderFile #include #endif #ifndef _IntSurf_PntOn2S_HeaderFile #include #endif #ifndef _gp_Vec_HeaderFile #include #endif #ifndef _gp_Dir2d_HeaderFile #include #endif #ifndef _Contap_SequenceOfIWLineOfTheIWalkingOfContour_HeaderFile #include #endif #ifndef _Handle_Adaptor3d_HSurface_HeaderFile #include #endif #ifndef _Handle_Contap_TheIWLineOfTheIWalkingOfContour_HeaderFile #include #endif #ifndef _Handle_Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _IntWalk_StatusDeflection_HeaderFile #include #endif class StdFail_NotDone; class Standard_OutOfRange; class IntSurf_PathPoint; class IntSurf_PathPointTool; class IntSurf_SequenceOfPathPoint; class IntSurf_InteriorPoint; class IntSurf_InteriorPointTool; class IntSurf_SequenceOfInteriorPoint; class Adaptor3d_HSurface; class Adaptor3d_HSurfaceTool; class Contap_TheSurfFunctionOfContour; class Contap_TheIWLineOfTheIWalkingOfContour; class Contap_SequenceOfIWLineOfTheIWalkingOfContour; class Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour; class math_Vector; class TColStd_SequenceOfReal; class IntSurf_PntOn2S; class Contap_TheIWalkingOfContour { 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 Contap_TheIWalkingOfContour(); Standard_EXPORT Contap_TheIWalkingOfContour(const Standard_Real Epsilon,const Standard_Real Deflection,const Standard_Real Step); void SetTolerance(const Standard_Real Epsilon,const Standard_Real Deflection,const Standard_Real Step) ; Standard_EXPORT void Perform(const IntSurf_SequenceOfPathPoint& Pnts1,const IntSurf_SequenceOfInteriorPoint& Pnts2,Contap_TheSurfFunctionOfContour& Func,const Handle(Adaptor3d_HSurface)& S,const Standard_Boolean Reversed = Standard_False) ; Standard_EXPORT void Perform(const IntSurf_SequenceOfPathPoint& Pnts1,Contap_TheSurfFunctionOfContour& Func,const Handle(Adaptor3d_HSurface)& S,const Standard_Boolean Reversed = Standard_False) ; Standard_Boolean IsDone() const; Standard_Integer NbLines() const; const Handle_Contap_TheIWLineOfTheIWalkingOfContour& Value(const Standard_Integer Index) const; Standard_Integer NbSinglePnts() const; const IntSurf_PathPoint& SinglePnt(const Standard_Integer Index) const; protected: Standard_EXPORT Standard_Boolean Cadrage(math_Vector& BornInf,math_Vector& BornSup,math_Vector& UVap,Standard_Real& Step,const Standard_Integer StepSign) const; Standard_EXPORT Standard_Boolean TestArretPassage(const TColStd_SequenceOfReal& Umult,const TColStd_SequenceOfReal& Vmult,Contap_TheSurfFunctionOfContour& Section,math_Vector& UV,Standard_Integer& Irang) ; Standard_EXPORT Standard_Boolean TestArretPassage(const TColStd_SequenceOfReal& Umult,const TColStd_SequenceOfReal& Vmult,const math_Vector& UV,const Standard_Integer Index,Standard_Integer& Irang) ; Standard_EXPORT Standard_Boolean TestArretAjout(Contap_TheSurfFunctionOfContour& Section,math_Vector& UV,Standard_Integer& Irang,IntSurf_PntOn2S& PSol) ; Standard_EXPORT void TestArretCadre(const TColStd_SequenceOfReal& Umult,const TColStd_SequenceOfReal& Vmult,const Handle(Contap_TheIWLineOfTheIWalkingOfContour)& Line,Contap_TheSurfFunctionOfContour& Section,math_Vector& UV,Standard_Integer& Irang) ; Standard_EXPORT IntWalk_StatusDeflection TestDeflection(Contap_TheSurfFunctionOfContour& Section,const Standard_Boolean Finished,const math_Vector& UV,const IntWalk_StatusDeflection StatusPrecedent,Standard_Integer& NbDivision,Standard_Real& Step,const Standard_Integer StepSign) ; Standard_EXPORT void ComputeOpenLine(const TColStd_SequenceOfReal& Umult,const TColStd_SequenceOfReal& Vmult,const IntSurf_SequenceOfPathPoint& Pnts1,Contap_TheSurfFunctionOfContour& Section,Standard_Boolean& Rajout) ; Standard_EXPORT void OpenLine(const Standard_Integer N,const IntSurf_PntOn2S& Psol,const IntSurf_SequenceOfPathPoint& Pnts1,Contap_TheSurfFunctionOfContour& Section,const Handle(Contap_TheIWLineOfTheIWalkingOfContour)& Line) ; Standard_EXPORT void ComputeCloseLine(const TColStd_SequenceOfReal& Umult,const TColStd_SequenceOfReal& Vmult,const IntSurf_SequenceOfPathPoint& Pnts1,const IntSurf_SequenceOfInteriorPoint& Pnts2,Contap_TheSurfFunctionOfContour& Section,Standard_Boolean& Rajout) ; Standard_EXPORT void AddPointInCurrentLine(const Standard_Integer N,const IntSurf_PathPoint& PathPnt,const Handle(Contap_TheIWLineOfTheIWalkingOfContour)& CurrentLine) const; Standard_EXPORT void MakeWalkingPoint(const Standard_Integer Case,const Standard_Real U,const Standard_Real V,Contap_TheSurfFunctionOfContour& Section,IntSurf_PntOn2S& Psol) ; private: Standard_Boolean done; IntSurf_SequenceOfPathPoint seqSingle; Standard_Real fleche; Standard_Real pas; math_Vector tolerance; Standard_Real epsilon; Standard_Boolean reversed; TColStd_SequenceOfReal ustart1; TColStd_SequenceOfReal vstart1; TColStd_SequenceOfInteger nbMultiplicities; TColStd_SequenceOfInteger etat1; TColStd_SequenceOfReal ustart2; TColStd_SequenceOfReal vstart2; TColStd_SequenceOfInteger etat2; Standard_Real Um; Standard_Real UM; Standard_Real Vm; Standard_Real VM; IntSurf_PntOn2S previousPoint; Standard_Boolean prevtg; gp_Vec previousd3d; gp_Dir2d previousd2d; TColStd_SequenceOfInteger seqAjout; Contap_SequenceOfIWLineOfTheIWalkingOfContour lines; }; #define ThePointOfPath IntSurf_PathPoint #define ThePointOfPath_hxx #define ThePointOfPathTool IntSurf_PathPointTool #define ThePointOfPathTool_hxx #define ThePOPIterator IntSurf_SequenceOfPathPoint #define ThePOPIterator_hxx #define ThePointOfLoop IntSurf_InteriorPoint #define ThePointOfLoop_hxx #define ThePointOfLoopTool IntSurf_InteriorPointTool #define ThePointOfLoopTool_hxx #define ThePOLIterator IntSurf_SequenceOfInteriorPoint #define ThePOLIterator_hxx #define ThePSurface Handle_Adaptor3d_HSurface #define ThePSurface_hxx #define ThePSurfaceTool Adaptor3d_HSurfaceTool #define ThePSurfaceTool_hxx #define TheIWFunction Contap_TheSurfFunctionOfContour #define TheIWFunction_hxx #define IntWalk_TheIWLine Contap_TheIWLineOfTheIWalkingOfContour #define IntWalk_TheIWLine_hxx #define IntWalk_SequenceOfIWLine Contap_SequenceOfIWLineOfTheIWalkingOfContour #define IntWalk_SequenceOfIWLine_hxx #define IntWalk_SequenceNodeOfSequenceOfIWLine Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour #define IntWalk_SequenceNodeOfSequenceOfIWLine_hxx #define IntWalk_SequenceNodeOfSequenceOfIWLine Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour #define IntWalk_SequenceNodeOfSequenceOfIWLine_hxx #define Handle_IntWalk_TheIWLine Handle_Contap_TheIWLineOfTheIWalkingOfContour #define IntWalk_TheIWLine_Type_() Contap_TheIWLineOfTheIWalkingOfContour_Type_() #define Handle_IntWalk_SequenceNodeOfSequenceOfIWLine Handle_Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour #define IntWalk_SequenceNodeOfSequenceOfIWLine_Type_() Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour_Type_() #define Handle_IntWalk_SequenceNodeOfSequenceOfIWLine Handle_Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour #define IntWalk_SequenceNodeOfSequenceOfIWLine_Type_() Contap_SequenceNodeOfSequenceOfIWLineOfTheIWalkingOfContour_Type_() #define IntWalk_IWalking Contap_TheIWalkingOfContour #define IntWalk_IWalking_hxx #include #undef ThePointOfPath #undef ThePointOfPath_hxx #undef ThePointOfPathTool #undef ThePointOfPathTool_hxx #undef ThePOPIterator #undef ThePOPIterator_hxx #undef ThePointOfLoop #undef ThePointOfLoop_hxx #undef ThePointOfLoopTool #undef ThePointOfLoopTool_hxx #undef ThePOLIterator #undef ThePOLIterator_hxx #undef ThePSurface #undef ThePSurface_hxx #undef ThePSurfaceTool #undef ThePSurfaceTool_hxx #undef TheIWFunction #undef TheIWFunction_hxx #undef IntWalk_TheIWLine #undef IntWalk_TheIWLine_hxx #undef IntWalk_SequenceOfIWLine #undef IntWalk_SequenceOfIWLine_hxx #undef IntWalk_SequenceNodeOfSequenceOfIWLine #undef IntWalk_SequenceNodeOfSequenceOfIWLine_hxx #undef IntWalk_SequenceNodeOfSequenceOfIWLine #undef IntWalk_SequenceNodeOfSequenceOfIWLine_hxx #undef Handle_IntWalk_TheIWLine #undef IntWalk_TheIWLine_Type_ #undef Handle_IntWalk_SequenceNodeOfSequenceOfIWLine #undef IntWalk_SequenceNodeOfSequenceOfIWLine_Type_ #undef Handle_IntWalk_SequenceNodeOfSequenceOfIWLine #undef IntWalk_SequenceNodeOfSequenceOfIWLine_Type_ #undef IntWalk_IWalking #undef IntWalk_IWalking_hxx // other Inline functions and methods (like "C++: function call" methods) #endif