computeIM method

void computeIM(
  1. IntersectionMatrix im
)
override

Update the IM with the contribution for this component. A component only contributes if it has a labelling for both parent geometries

Implementation

void computeIM(IntersectionMatrix im) {
  im.setAtLeastIfValid(label!.getLocation(0), label!.getLocation(1), 0);
}