Version: 9.14.0
INTERP_KERNEL::ArcCSegIntersector Class Reference
Inheritance diagram for INTERP_KERNEL::ArcCSegIntersector:
Collaboration diagram for INTERP_KERNEL::ArcCSegIntersector:

Public Member Functions

 ArcCSegIntersector (const EdgeArcCircle &e1, const EdgeLin &e2, bool reverse=true)
 
bool areColinears () const
 
void areOverlappedOrOnlyColinears (bool &obviousNoIntersection, bool &areOverlapped)
 
std::list< IntersectElementgetIntersectionsCharacteristicVal () const
 
void getPlacements (Node *start, Node *end, TypeOfLocInEdge &whereStart, TypeOfLocInEdge &whereEnd, MergePoints &commonNode) const
 
- Public Member Functions inherited from INTERP_KERNEL::EdgeIntersector
bool intersect (std::vector< Node * > &newNodes, bool &order, MergePoints &commonNode)
 
virtual ~EdgeIntersector ()
 

Additional Inherited Members

- Protected Member Functions inherited from INTERP_KERNEL::CrossTypeEdgeIntersector
 CrossTypeEdgeIntersector (const Edge &e1, const Edge &e2, bool reverse)
 
bool haveTheySameDirection () const
 
bool keepOrder () const
 
const EdgemyE1 ()
 
const EdgemyE2 ()
 
- Protected Member Functions inherited from INTERP_KERNEL::EdgeIntersector
 EdgeIntersector (const Edge &e1, const Edge &e2)
 
virtual void identifyEarlyIntersection (bool &, bool &, bool &, bool &)
 
void obviousCaseForCurvAbscisse (Node *node, TypeOfLocInEdge &where, MergePoints &commonNode, bool &obvious) const
 
- Protected Attributes inherited from INTERP_KERNEL::CrossTypeEdgeIntersector
bool _reverse
 
- Protected Attributes inherited from INTERP_KERNEL::EdgeIntersector
const Edge_e1
 
const Edge_e2
 
IntersectElement_earlyInter
 

Detailed Description

Cross-type intersector: edge1 is the arc of circle, edge2 is the segment.

Constructor & Destructor Documentation

◆ ArcCSegIntersector()

ArcCSegIntersector::ArcCSegIntersector ( const EdgeArcCircle e1,
const EdgeLin e2,
bool  reverse = true 
)

Member Function Documentation

◆ areColinears()

bool ArcCSegIntersector::areColinears ( ) const
virtual

By construction, no chance that an arc of circle and line to be colinear.

Implements INTERP_KERNEL::EdgeIntersector.

◆ getPlacements()

void ArcCSegIntersector::getPlacements ( Node start,
Node end,
TypeOfLocInEdge whereStart,
TypeOfLocInEdge whereEnd,
MergePoints commonNode 
) const
virtual

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

Implements INTERP_KERNEL::EdgeIntersector.

◆ areOverlappedOrOnlyColinears()

void ArcCSegIntersector::areOverlappedOrOnlyColinears ( bool &  obviousNoIntersection,
bool &  areOverlapped 
)
virtual

◆ getIntersectionsCharacteristicVal()