Public Member Functions | |
| void | clear () |
| void | end1OnEnd2 () |
| void | end1OnStart2 () |
| void | end1Replaced () |
| unsigned | getNumberOfAssociations () const |
| bool | isEnd1 (unsigned rk) const |
| bool | isEnd2 (unsigned rk) const |
| bool | isStart1 (unsigned rk) const |
| bool | isStart2 (unsigned rk) const |
| MergePoints () | |
| void | start1OnEnd2 () |
| void | start1OnStart2 () |
| void | start1Replaced () |
| void | updateMergedNodes (int e1Start, int e1End, int e2Start, int e2End, std::map< int, int > &mergedNodes) |
| MergePoints::MergePoints | ( | ) |
| void MergePoints::start1Replaced | ( | ) |
References getNumberOfAssociations().
Referenced by INTERP_KERNEL::EdgeIntersector::obviousCaseForCurvAbscisse().
| void MergePoints::end1Replaced | ( | ) |
References getNumberOfAssociations().
Referenced by INTERP_KERNEL::EdgeIntersector::obviousCaseForCurvAbscisse().
| void MergePoints::start1OnStart2 | ( | ) |
References getNumberOfAssociations().
Referenced by INTERP_KERNEL::IntersectElement::performMerging().
| void MergePoints::start1OnEnd2 | ( | ) |
References getNumberOfAssociations().
Referenced by INTERP_KERNEL::IntersectElement::performMerging().
| void MergePoints::end1OnStart2 | ( | ) |
References getNumberOfAssociations().
Referenced by INTERP_KERNEL::IntersectElement::performMerging().
| void MergePoints::end1OnEnd2 | ( | ) |
References getNumberOfAssociations().
Referenced by INTERP_KERNEL::IntersectElement::performMerging().
| bool MergePoints::isStart1 | ( | unsigned | rk | ) | const |
| bool MergePoints::isEnd1 | ( | unsigned | rk | ) | const |
| bool MergePoints::isStart2 | ( | unsigned | rk | ) | const |
| bool MergePoints::isEnd2 | ( | unsigned | rk | ) | const |
| void MergePoints::clear | ( | ) |
| unsigned MergePoints::getNumberOfAssociations | ( | ) | const |
Referenced by end1OnEnd2(), end1OnStart2(), end1Replaced(), start1OnEnd2(), start1OnStart2(), and start1Replaced().
| void MergePoints::updateMergedNodes | ( | int | e1Start, |
| int | e1End, | ||
| int | e2Start, | ||
| int | e2End, | ||
| std::map< int, int > & | mergedNodes | ||
| ) |
Referenced by INTERP_KERNEL::QuadraticPolygon::splitAbs().