CFx SDK Documentation
2022 SP0
|
#include <FMContourIntersectors.h>
Public Member Functions | |
IntersectionWithIDs () | |
IntersectionWithIDs (const Intersection &rI, OdUInt32 uIDA, OdUInt32 uIDB) | |
IntersectionWithIDs (const OdGePoint2d &rPt, OdUInt32 uIDA, double dPA, OdUInt32 uIDB, double dPB, Types eIT=eitNone) | |
IntersectionWithIDs & | swapParams () |
Public Member Functions inherited from FacetModeler::Intersection | |
Intersection () | |
Intersection (const OdGePoint2d &rPt, double dPA=0, double dPB=0, Types eIT=eitNone) | |
Intersection & | swapParams () |
Static Public Member Functions | |
static bool | lessIDParamA (const IntersectionWithIDs &rI1, const IntersectionWithIDs &rI2) |
static bool | lessIDParamB (const IntersectionWithIDs &rI1, const IntersectionWithIDs &rI2) |
Static Public Member Functions inherited from FacetModeler::Intersection | |
static bool | lessParamA (const Intersection &rI1, const Intersection &rI2) |
static bool | lessParamB (const Intersection &rI1, const Intersection &rI2) |
Public Attributes | |
OdUInt32 | uContourA |
OdUInt32 | uContourB |
Public Attributes inherited from FacetModeler::Intersection | |
OdGePoint2d | ptPoint |
OdDouble | dParamA |
OdDouble | dParamB |
Types | eType |
Additional Inherited Members | |
Public Types inherited from FacetModeler::Intersection | |
enum | Types { eitNone = 0 , eitAny , eitCrossing , eitTouch } |
Definition at line 34 of file FMContourIntersectors.h.
|
inline |
Definition at line 37 of file FMContourIntersectors.h.
|
inline |
Definition at line 39 of file FMContourIntersectors.h.
|
inline |
Definition at line 42 of file FMContourIntersectors.h.
|
static |
|
static |
IntersectionWithIDs& FacetModeler::IntersectionWithIDs::swapParams | ( | ) |
OdUInt32 FacetModeler::IntersectionWithIDs::uContourA |
Definition at line 52 of file FMContourIntersectors.h.
OdUInt32 FacetModeler::IntersectionWithIDs::uContourB |
Definition at line 53 of file FMContourIntersectors.h.