checkValid method

void checkValid()

Implementation

void checkValid() {
  // MD - is this call required?  Or could it be done in the Interior Intersection code?
  checkEndPtVertexIntersections();
  checkInteriorIntersections();
  checkCollapses();
}