Open CASCADE Technology 7.8.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 () |
Releases resources of element filter. | |
virtual FilterResult | PreCheckElements (const Standard_Integer, const Standard_Integer) |
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.
|
inlinevirtual |
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.