]> OCCT Git - occt.git/commit
Coding - Separate DE Wrapper's plugins to own packages #260
authordpasukhi <dpasukhi@opencascade.com>
Fri, 17 Jan 2025 15:29:17 +0000 (15:29 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Fri, 17 Jan 2025 15:29:17 +0000 (15:29 +0000)
commit1083052cc28764e03b6ecc12aea3176c5af072d8
treee69a9dce02b005b6c56bb89238e3772d7fa8ef3b
parente6b2e97f1360749256ee2354cd00ac39de406ef4
Coding - Separate DE Wrapper's plugins to own packages #260

Reorganize DE Wrapper classes to have single style and logic.
Each TKDE* will have own DE*_Provider and DE*_ConfigurationNode
DE* package will have all necessary classes and enums inside instead of another places.
101 files changed:
dox/user_guides/de_wrapper/de_wrapper.md
src/DEBREP/DEBREP_ConfigurationNode.cxx [new file with mode: 0644]
src/DEBREP/DEBREP_ConfigurationNode.hxx [new file with mode: 0644]
src/DEBREP/DEBREP_Provider.cxx [new file with mode: 0644]
src/DEBREP/DEBREP_Provider.hxx [new file with mode: 0644]
src/DEBREP/FILES [new file with mode: 0644]
src/DEBRepCascade/DEBRepCascade_ConfigurationNode.cxx [deleted file]
src/DEBRepCascade/DEBRepCascade_ConfigurationNode.hxx
src/DEBRepCascade/DEBRepCascade_Provider.cxx [deleted file]
src/DEBRepCascade/DEBRepCascade_Provider.hxx
src/DEBRepCascade/FILES
src/DEGLTF/DEGLTF_ConfigurationNode.cxx [new file with mode: 0644]
src/DEGLTF/DEGLTF_ConfigurationNode.hxx [new file with mode: 0644]
src/DEGLTF/DEGLTF_Provider.cxx [new file with mode: 0644]
src/DEGLTF/DEGLTF_Provider.hxx [new file with mode: 0644]
src/DEGLTF/FILES [new file with mode: 0644]
src/DEIGES/DEIGES_ConfigurationNode.cxx [new file with mode: 0644]
src/DEIGES/DEIGES_ConfigurationNode.hxx [new file with mode: 0644]
src/DEIGES/DEIGES_Provider.cxx [new file with mode: 0644]
src/DEIGES/DEIGES_Provider.hxx [new file with mode: 0644]
src/DEIGES/FILES [new file with mode: 0644]
src/DEOBJ/DEOBJ_ConfigurationNode.cxx [new file with mode: 0644]
src/DEOBJ/DEOBJ_ConfigurationNode.hxx [new file with mode: 0644]
src/DEOBJ/DEOBJ_Provider.cxx [new file with mode: 0644]
src/DEOBJ/DEOBJ_Provider.hxx [new file with mode: 0644]
src/DEOBJ/FILES [new file with mode: 0644]
src/DEPLY/DEPLY_ConfigurationNode.cxx [new file with mode: 0644]
src/DEPLY/DEPLY_ConfigurationNode.hxx [new file with mode: 0644]
src/DEPLY/DEPLY_Provider.cxx [new file with mode: 0644]
src/DEPLY/DEPLY_Provider.hxx [new file with mode: 0644]
src/DEPLY/FILES [new file with mode: 0644]
src/DESTEP/DESTEP_ConfigurationNode.cxx [new file with mode: 0644]
src/DESTEP/DESTEP_ConfigurationNode.hxx [new file with mode: 0644]
src/DESTEP/DESTEP_Provider.cxx [new file with mode: 0644]
src/DESTEP/DESTEP_Provider.hxx [new file with mode: 0644]
src/DESTEP/FILES [new file with mode: 0644]
src/DESTL/DESTL_ConfigurationNode.cxx [new file with mode: 0644]
src/DESTL/DESTL_ConfigurationNode.hxx [new file with mode: 0644]
src/DESTL/DESTL_Provider.cxx [new file with mode: 0644]
src/DESTL/DESTL_Provider.hxx [new file with mode: 0644]
src/DESTL/FILES [new file with mode: 0644]
src/DEVRML/DEVRML_ConfigurationNode.cxx [new file with mode: 0644]
src/DEVRML/DEVRML_ConfigurationNode.hxx [new file with mode: 0644]
src/DEVRML/DEVRML_Provider.cxx [new file with mode: 0644]
src/DEVRML/DEVRML_Provider.hxx [new file with mode: 0644]
src/DEVRML/FILES [new file with mode: 0644]
src/DEXCAF/DEXCAF_ConfigurationNode.cxx [new file with mode: 0644]
src/DEXCAF/DEXCAF_ConfigurationNode.hxx [new file with mode: 0644]
src/DEXCAF/DEXCAF_Provider.cxx [new file with mode: 0644]
src/DEXCAF/DEXCAF_Provider.hxx [new file with mode: 0644]
src/DEXCAF/FILES [new file with mode: 0644]
src/DEXCAFCascade/DEXCAFCascade_ConfigurationNode.cxx [deleted file]
src/DEXCAFCascade/DEXCAFCascade_ConfigurationNode.hxx
src/DEXCAFCascade/DEXCAFCascade_Provider.cxx [deleted file]
src/DEXCAFCascade/DEXCAFCascade_Provider.hxx
src/DEXCAFCascade/FILES
src/IGESCAFControl/FILES
src/IGESCAFControl/IGESCAFControl_ConfigurationNode.cxx [deleted file]
src/IGESCAFControl/IGESCAFControl_ConfigurationNode.hxx
src/IGESCAFControl/IGESCAFControl_Provider.cxx [deleted file]
src/IGESCAFControl/IGESCAFControl_Provider.hxx
src/RWGltf/FILES
src/RWGltf/RWGltf_ConfigurationNode.cxx [deleted file]
src/RWGltf/RWGltf_ConfigurationNode.hxx
src/RWGltf/RWGltf_Provider.cxx [deleted file]
src/RWGltf/RWGltf_Provider.hxx
src/RWObj/FILES
src/RWObj/RWObj_ConfigurationNode.cxx [deleted file]
src/RWObj/RWObj_ConfigurationNode.hxx
src/RWObj/RWObj_Provider.cxx [deleted file]
src/RWObj/RWObj_Provider.hxx
src/RWPly/FILES
src/RWPly/RWPly_ConfigurationNode.cxx [deleted file]
src/RWPly/RWPly_ConfigurationNode.hxx
src/RWPly/RWPly_Provider.cxx [deleted file]
src/RWPly/RWPly_Provider.hxx
src/RWStl/FILES
src/RWStl/RWStl_ConfigurationNode.cxx [deleted file]
src/RWStl/RWStl_ConfigurationNode.hxx
src/RWStl/RWStl_Provider.cxx [deleted file]
src/RWStl/RWStl_Provider.hxx
src/STEPCAFControl/FILES
src/STEPCAFControl/STEPCAFControl_ConfigurationNode.cxx [deleted file]
src/STEPCAFControl/STEPCAFControl_ConfigurationNode.hxx
src/STEPCAFControl/STEPCAFControl_Provider.cxx [deleted file]
src/STEPCAFControl/STEPCAFControl_Provider.hxx
src/TKDECascade/PACKAGES
src/TKDEGLTF/PACKAGES
src/TKDEIGES/PACKAGES
src/TKDEOBJ/PACKAGES
src/TKDEPLY/PACKAGES
src/TKDESTEP/PACKAGES
src/TKDESTL/PACKAGES
src/TKDEVRML/PACKAGES
src/Vrml/FILES
src/Vrml/Vrml_ConfigurationNode.cxx [deleted file]
src/Vrml/Vrml_ConfigurationNode.hxx
src/Vrml/Vrml_Provider.cxx [deleted file]
src/Vrml/Vrml_Provider.hxx
src/XDEDRAW/XDEDRAW.cxx
src/XSDRAWDE/XSDRAWDE.cxx