File indexing completed on 2025-01-18 10:03:57
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _IGESControl_Controller_HeaderFile
0018 #define _IGESControl_Controller_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_Type.hxx>
0022
0023 #include <XSControl_Controller.hxx>
0024 #include <IFSelect_ReturnStatus.hxx>
0025 #include <Standard_Integer.hxx>
0026 class Interface_InterfaceModel;
0027 class Transfer_ActorOfTransientProcess;
0028 class TopoDS_Shape;
0029 class Transfer_FinderProcess;
0030 class XSControl_WorkSession;
0031
0032
0033 class IGESControl_Controller;
0034 DEFINE_STANDARD_HANDLE(IGESControl_Controller, XSControl_Controller)
0035
0036
0037 class IGESControl_Controller : public XSControl_Controller
0038 {
0039
0040 public:
0041
0042
0043
0044
0045
0046 Standard_EXPORT IGESControl_Controller(const Standard_Boolean modefnes = Standard_False);
0047
0048
0049
0050 Standard_EXPORT Handle(Interface_InterfaceModel) NewModel() const Standard_OVERRIDE;
0051
0052
0053
0054
0055 Standard_EXPORT Handle(Transfer_ActorOfTransientProcess) ActorRead (const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
0056
0057
0058
0059
0060
0061
0062
0063
0064 Standard_EXPORT virtual IFSelect_ReturnStatus TransferWriteShape
0065 (const TopoDS_Shape& shape,
0066 const Handle(Transfer_FinderProcess)& FP,
0067 const Handle(Interface_InterfaceModel)& model,
0068 const Standard_Integer modetrans = 0,
0069 const Message_ProgressRange& theProgress = Message_ProgressRange()) const Standard_OVERRIDE;
0070
0071
0072
0073
0074
0075 Standard_EXPORT static Standard_Boolean Init();
0076
0077 Standard_EXPORT virtual void Customise (Handle(XSControl_WorkSession)& WS) Standard_OVERRIDE;
0078
0079
0080
0081
0082 DEFINE_STANDARD_RTTIEXT(IGESControl_Controller,XSControl_Controller)
0083
0084 protected:
0085
0086
0087
0088
0089 private:
0090
0091
0092 Standard_Boolean themode;
0093
0094
0095 };
0096
0097
0098
0099
0100
0101
0102
0103 #endif