![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Filtering tool used to detect if two given mesh elements should be tested for overlapping/intersection or not. More...
#include <BRepExtrema_ElementFilter.hxx>

Public Types | |
| enum | FilterResult { NoCheck , Overlap , DoCheck } |
| Result of filtering function. More... | |
Public Member Functions | |
| virtual | ~BRepExtrema_ElementFilter ()=default |
| Releases resources of element filter. | |
| virtual FilterResult | PreCheckElements (const int, const int) |
| Checks if two mesh elements should be tested for overlapping/intersection (used for detection correct/incorrect cases of shared edges and vertices). | |
Filtering tool used to detect if two given mesh elements should be tested for overlapping/intersection or not.
|
virtualdefault |
Releases resources of element filter.
|
inlinevirtual |
Checks if two mesh elements should be tested for overlapping/intersection (used for detection correct/incorrect cases of shared edges and vertices).
Reimplemented in BRepExtrema_SelfIntersection.