// 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 _XSAlgo_AlgoContainer_HeaderFile #define _XSAlgo_AlgoContainer_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_XSAlgo_AlgoContainer_HeaderFile #include #endif #ifndef _Handle_XSAlgo_ToolContainer_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_Transfer_TransientProcess_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_Transfer_FinderProcess_HeaderFile #include #endif class XSAlgo_ToolContainer; class TopoDS_Shape; class Standard_Transient; class TopoDS_Edge; class TopoDS_Face; class Transfer_TransientProcess; class Transfer_FinderProcess; class XSAlgo_AlgoContainer : public MMgt_TShared { public: //! Empty constructor
Standard_EXPORT XSAlgo_AlgoContainer(); //! Sets ToolContainer
void SetToolContainer(const Handle(XSAlgo_ToolContainer)& TC) ; //! Returns ToolContainer
Handle_XSAlgo_ToolContainer ToolContainer() const; //! Performs actions necessary for preparing environment
//! for transfer. Empty in Open version.
//! Applies fixes to the shape resulting from transfer,
//! and updates map of entity-shape in TP in accordance with
//! substitutions made during fixes (if any)
Standard_EXPORT virtual void PrepareForTransfer() const; //! Does shape processing with specified tolerances
//! and returns resulting shape and associated information
//! in the form of Transient.
//! This information should be later transmitted to
//! MergeTransferInfo in order to be recorded in the
//! translation map
Standard_EXPORT virtual TopoDS_Shape ProcessShape(const TopoDS_Shape& shape,const Standard_Real Prec,const Standard_Real MaxTol,const Standard_CString rscfile,const Standard_CString seq,Handle(Standard_Transient)& info) const; //! Checks quality of pcurve of the edge on the given face,
//! and corrects it if necessary.
Standard_EXPORT virtual Standard_Boolean CheckPCurve(const TopoDS_Edge& edge,const TopoDS_Face& face,const Standard_Real preci,const Standard_Boolean isSeam) const; Standard_EXPORT virtual void MergeTransferInfo(const Handle(Transfer_TransientProcess)& TP,const Handle(Standard_Transient)& info,const Standard_Integer startTPitem = 1) const; //! Updates translation map (TP or FP) with information
//! resulting from ShapeProcessing
//! Parameter startTPitem can be used for optimisation, to
//! restrict modifications to entities stored in TP starting
//! from item startTPitem
Standard_EXPORT virtual void MergeTransferInfo(const Handle(Transfer_FinderProcess)& FP,const Handle(Standard_Transient)& info) const; DEFINE_STANDARD_RTTI(XSAlgo_AlgoContainer) protected: private: Handle_XSAlgo_ToolContainer myTC; }; #include // other Inline functions and methods (like "C++: function call" methods) #endif