![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Polymorphic hasher for Geom_Curve using RTTI dispatch. Used for geometry deduplication. More...
#include <GeomHash_CurveHasher.hxx>
Public Member Functions | |
| GeomHash_CurveHasher (double theCompTolerance=Precision::Angular(), double theHashTolerance=Precision::Confusion()) | |
| std::size_t | operator() (const occ::handle< Geom_Curve > &theCurve) const noexcept |
| bool | operator() (const occ::handle< Geom_Curve > &theCurve1, const occ::handle< Geom_Curve > &theCurve2) const noexcept |
Data Fields | |
| double | CompTolerance |
| double | HashTolerance |
Polymorphic hasher for Geom_Curve using RTTI dispatch. Used for geometry deduplication.
| GeomHash_CurveHasher::GeomHash_CurveHasher | ( | double | theCompTolerance = Precision::Angular(), |
| double | theHashTolerance = Precision::Confusion() ) |
|
noexcept |
|
noexcept |
| double GeomHash_CurveHasher::CompTolerance |
| double GeomHash_CurveHasher::HashTolerance |