Hide menu
Loading...
Searching...
No Matches
cadex::MTKBase_FeatureComparator Class Reference

Provides possibility to compare MTK based features depending on their type and parameters. More...

Public Member Functions

bool operator() (const MTKBase_Feature &theA, const MTKBase_Feature &theB) const
 Checks whether the first argument is less than the second.
 

Detailed Description

Provides possibility to compare MTK based features depending on their type and parameters.

This class compare feature types or parameters (length, width, radius, etc.) of features within the same type using less relation by already predefined rules. Therefore, it allows using MTK based features in ordered containers.

Examples
MTKConverter/Program.cs, MTKConverter/main.cxx, helpers/feature_group.cs, helpers/feature_group.hxx, machining/dfm_analyzer/Program.cs, machining/dfm_analyzer/main.cxx, machining/feature_recognizer/Program.cs, machining/feature_recognizer/main.cxx, molding/dfm_analyzer/Program.cs, molding/dfm_analyzer/main.cxx, molding/feature_recognizer/Program.cs, molding/feature_recognizer/main.cxx, sheet_metal/dfm_analyzer/Program.cs, sheet_metal/dfm_analyzer/main.cxx, sheet_metal/feature_recognizer/Program.cs, and sheet_metal/feature_recognizer/main.cxx.