Salome HOME
Refactoring: split base class of Boolean operation (separate methods related to versi...
authorazv <azv@opencascade.com>
Tue, 14 May 2019 04:24:43 +0000 (07:24 +0300)
committerazv <azv@opencascade.com>
Tue, 14 May 2019 04:24:43 +0000 (07:24 +0300)
commitd527dc39d15c26ab465eee3a5263fbbe999cabf8
tree97201832b7b8c93c3b0825096eb8e39f672c8c89
parent4dac51be8dafc9fd0e2b50ce5f773471ee174ff2
Refactoring: split base class of Boolean operation (separate methods related to versioning and keeping the hierarchy of compounds)
src/FeaturesPlugin/CMakeLists.txt
src/FeaturesPlugin/FeaturesPlugin_Boolean.cpp
src/FeaturesPlugin/FeaturesPlugin_Boolean.h
src/FeaturesPlugin/FeaturesPlugin_BooleanCommon.cpp
src/FeaturesPlugin/FeaturesPlugin_BooleanCut.cpp
src/FeaturesPlugin/FeaturesPlugin_BooleanFill.cpp
src/FeaturesPlugin/FeaturesPlugin_BooleanFuse.cpp
src/FeaturesPlugin/FeaturesPlugin_BooleanSmash.cpp
src/FeaturesPlugin/FeaturesPlugin_VersionedBoolean.cpp [new file with mode: 0644]
src/FeaturesPlugin/FeaturesPlugin_VersionedBoolean.h [new file with mode: 0644]