Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
INTERP_KERNEL::ArcCArcCIntersector Class Reference
Inheritance diagram for INTERP_KERNEL::ArcCArcCIntersector:
Collaboration diagram for INTERP_KERNEL::ArcCArcCIntersector:

Public Member Functions

 ArcCArcCIntersector (const EdgeArcCircle &e1, const EdgeArcCircle &e2)
 
bool areColinears () const
 
void areOverlappedOrOnlyColinears (const Bounds *whereToFind, bool &obviousNoIntersection, bool &areOverlapped)
 
std::list< IntersectElementgetIntersectionsCharacteristicVal () const
 
void getPlacements (Node *start, Node *end, TypeOfLocInEdge &whereStart, TypeOfLocInEdge &whereEnd, MergePoints &commonNode) const
 
bool haveTheySameDirection () const
 

Additional Inherited Members

- Protected Member Functions inherited from INTERP_KERNEL::SameTypeEdgeIntersector
bool keepOrder () const
 
 SameTypeEdgeIntersector (const Edge &e1, const Edge &e2)
 
- Protected Attributes inherited from INTERP_KERNEL::EdgeIntersector
const Edge_e1
 
const Edge_e2
 

Constructor & Destructor Documentation

ArcCArcCIntersector::ArcCArcCIntersector ( const EdgeArcCircle e1,
const EdgeArcCircle e2 
)

Member Function Documentation

bool ArcCArcCIntersector::haveTheySameDirection ( ) const
virtual

to call only if 'areOverlapped' have been set to true when areOverlappedOrOnlyColinears was called

Implements INTERP_KERNEL::EdgeIntersector.

References INTERP_KERNEL::EdgeArcCircle::getAngle().

bool ArcCArcCIntersector::areColinears ( ) const
virtual
void ArcCArcCIntersector::getPlacements ( Node start,
Node end,
TypeOfLocInEdge whereStart,
TypeOfLocInEdge whereEnd,
MergePoints commonNode 
) const
virtual
void ArcCArcCIntersector::areOverlappedOrOnlyColinears ( const Bounds *  whereToFind,
bool &  obviousNoIntersection,
bool &  areOverlapped 
)
virtual

Should be called only once per association.

Implements INTERP_KERNEL::EdgeIntersector.

References INTERP_KERNEL::Node::distanceBtw2Pt(), and INTERP_KERNEL::EdgeArcCircle::getRadius().