mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Deprecated Overlaps() methods have been moved from subclass SelectMgr_SelectingVolumeManager to the base class SelectBasics_SelectingVolumeManager, so that they are actually accessible within Select3D_SensitiveEntity::Matches() implementations. Several methods have been marked as pure virtual in the base interface. Second SelectMgr_BaseIntersector::OverlapsPolygon() has been dropped from virtual interface as useless (trivially replaceable).
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
SelectBasics.hxx
|
|
SelectBasics_EntityOwner.hxx
|
|
SelectBasics_PickResult.hxx
|
|
SelectBasics_SelectingVolumeManager.cxx
|
|
SelectBasics_SelectingVolumeManager.hxx
|
|
SelectBasics_SensitiveEntity.hxx
|