// 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 _IGESToBRep_Actor_HeaderFile #define _IGESToBRep_Actor_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_IGESToBRep_Actor_HeaderFile #include #endif #ifndef _Handle_Interface_InterfaceModel_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Standard_Real_HeaderFile #include #endif #ifndef _Transfer_ActorOfTransientProcess_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif #ifndef _Handle_Transfer_Binder_HeaderFile #include #endif #ifndef _Handle_Transfer_TransientProcess_HeaderFile #include #endif class Interface_InterfaceModel; class Standard_Transient; class Transfer_Binder; class Transfer_TransientProcess; //! This class performs the transfer of an Entity from
//! IGESToBRep
//!
//! I.E. for each type of Entity, it invokes the appropriate Tool
//! then returns the Binder which contains the Result
class IGESToBRep_Actor : public Transfer_ActorOfTransientProcess { public: Standard_EXPORT IGESToBRep_Actor(); Standard_EXPORT void SetModel(const Handle(Interface_InterfaceModel)& model) ; //!---Purpose By default continuity = 0
//! if continuity = 1 : try C1
//! if continuity = 2 : try C2
Standard_EXPORT void SetContinuity(const Standard_Integer continuity = 0) ; //! Return "thecontinuity"
Standard_EXPORT Standard_Integer GetContinuity() const; Standard_EXPORT virtual Standard_Boolean Recognize(const Handle(Standard_Transient)& start) ; Standard_EXPORT virtual Handle_Transfer_Binder Transfer(const Handle(Standard_Transient)& start,const Handle(Transfer_TransientProcess)& TP) ; //! Returns the tolerance which was actually used, either from
//! the file or from statics
Standard_EXPORT Standard_Real UsedTolerance() const; DEFINE_STANDARD_RTTI(IGESToBRep_Actor) protected: private: Handle_Interface_InterfaceModel themodel; Standard_Integer thecontinuity; Standard_Real theeps; }; // other Inline functions and methods (like "C++: function call" methods) #endif