updateIM method

void updateIM(
  1. IntersectionMatrix im
)

Update the IM with the contribution for the computed label for the EdgeStubs.

Implementation

void updateIM(IntersectionMatrix im) {
  Edge.updateIMStatic(label!, im);
}