Salome HOME
Refactoring of the Bounding Box feature (change names of classes to be more evident)
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Mon, 16 Aug 2021 14:42:39 +0000 (17:42 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Tue, 17 Aug 2021 15:05:45 +0000 (18:05 +0300)
commit1d8e244d3e75b9a09954594e1ce8332ddff3e662
tree635b3e57647f1060eaa76ada6453dc1654ee5c69
parent77ec4ac0ed1f745b39686376a207cc6371acee7d
Refactoring of the Bounding Box feature (change names of classes to be more evident)
14 files changed:
src/FeaturesAPI/FeaturesAPI_BoundingBox.cpp
src/FeaturesAPI/FeaturesAPI_BoundingBox.h
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_BoundingBox.cpp
src/FeaturesPlugin/FeaturesPlugin_BoundingBox.h
src/FeaturesPlugin/FeaturesPlugin_BoundingBoxBase.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_BoundingBoxBase.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_CommonBoundingBox.cpp [deleted file]
src/FeaturesPlugin/FeaturesPlugin_CommonBoundingBox.h [deleted file]
src/FeaturesPlugin/FeaturesPlugin_CreateBoundingBox.cpp [deleted file]
src/FeaturesPlugin/FeaturesPlugin_CreateBoundingBox.h [deleted file]
src/FeaturesPlugin/FeaturesPlugin_InspectBoundingBox.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_InspectBoundingBox.h [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_Plugin.cpp