File indexing completed on 2026-09-21 09:17:27
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #ifndef _IGESData_GeneralModule_HeaderFile
0018 #define _IGESData_GeneralModule_HeaderFile
0019
0020 #include <Standard.hxx>
0021 #include <Standard_Type.hxx>
0022
0023 #include <Interface_GeneralModule.hxx>
0024 #include <Standard_Integer.hxx>
0025 class Standard_Transient;
0026 class Interface_EntityIterator;
0027 class IGESData_IGESEntity;
0028 class Interface_ShareTool;
0029 class Interface_Check;
0030 class IGESData_DirChecker;
0031 class Interface_CopyTool;
0032 class TCollection_HAsciiString;
0033
0034
0035
0036
0037
0038
0039 class IGESData_GeneralModule : public Interface_GeneralModule
0040 {
0041
0042 public:
0043
0044
0045
0046
0047 Standard_EXPORT void FillSharedCase(const int CN,
0048 const occ::handle<Standard_Transient>& ent,
0049 Interface_EntityIterator& iter) const override;
0050
0051
0052
0053 Standard_EXPORT virtual void OwnSharedCase(const int CN,
0054 const occ::handle<IGESData_IGESEntity>& ent,
0055 Interface_EntityIterator& iter) const = 0;
0056
0057
0058
0059 Standard_EXPORT void ListImpliedCase(const int CN,
0060 const occ::handle<Standard_Transient>& ent,
0061 Interface_EntityIterator& iter) const override;
0062
0063
0064
0065
0066 Standard_EXPORT virtual void OwnImpliedCase(const int CN,
0067 const occ::handle<IGESData_IGESEntity>& ent,
0068 Interface_EntityIterator& iter) const;
0069
0070
0071
0072
0073 Standard_EXPORT void CheckCase(const int CN,
0074 const occ::handle<Standard_Transient>& ent,
0075 const Interface_ShareTool& shares,
0076 occ::handle<Interface_Check>& ach) const override;
0077
0078
0079
0080
0081 Standard_EXPORT virtual IGESData_DirChecker DirChecker(
0082 const int CN,
0083 const occ::handle<IGESData_IGESEntity>& ent) const = 0;
0084
0085
0086 Standard_EXPORT virtual void OwnCheckCase(const int CN,
0087 const occ::handle<IGESData_IGESEntity>& ent,
0088 const Interface_ShareTool& shares,
0089 occ::handle<Interface_Check>& ach) const = 0;
0090
0091
0092
0093 Standard_EXPORT bool CanCopy(const int CN,
0094 const occ::handle<Standard_Transient>& ent) const override;
0095
0096
0097 Standard_EXPORT bool NewVoid(const int CN,
0098 occ::handle<Standard_Transient>& entto) const override = 0;
0099
0100
0101
0102
0103
0104 Standard_EXPORT void CopyCase(const int CN,
0105 const occ::handle<Standard_Transient>& entfrom,
0106 const occ::handle<Standard_Transient>& entto,
0107 Interface_CopyTool& TC) const override;
0108
0109
0110 Standard_EXPORT virtual void OwnCopyCase(const int CN,
0111 const occ::handle<IGESData_IGESEntity>& entfrom,
0112 const occ::handle<IGESData_IGESEntity>& entto,
0113 Interface_CopyTool& TC) const = 0;
0114
0115
0116
0117
0118 Standard_EXPORT void RenewImpliedCase(const int CN,
0119 const occ::handle<Standard_Transient>& entfrom,
0120 const occ::handle<Standard_Transient>& entto,
0121 const Interface_CopyTool& TC) const override;
0122
0123
0124
0125
0126 Standard_EXPORT virtual void OwnRenewCase(const int CN,
0127 const occ::handle<IGESData_IGESEntity>& entfrom,
0128 const occ::handle<IGESData_IGESEntity>& entto,
0129 const Interface_CopyTool& TC) const;
0130
0131
0132
0133
0134
0135 Standard_EXPORT void WhenDeleteCase(const int CN,
0136 const occ::handle<Standard_Transient>& ent,
0137 const bool dispatched) const override;
0138
0139
0140
0141 Standard_EXPORT virtual void OwnDeleteCase(const int CN,
0142 const occ::handle<IGESData_IGESEntity>& ent) const;
0143
0144
0145
0146 Standard_EXPORT occ::handle<TCollection_HAsciiString> Name(
0147 const int CN,
0148 const occ::handle<Standard_Transient>& ent,
0149 const Interface_ShareTool& shares) const override;
0150
0151 DEFINE_STANDARD_RTTIEXT(IGESData_GeneralModule, Interface_GeneralModule)
0152 };
0153
0154 #endif