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) {
  updateIMStatic(label!, im);
}