If a hole in a region is specified as a polygon, the function removeHole removes all nodes in the nodeFillingOutput that are contained in the hole. This function is called by nodeFilling, so it is generally not needed by users.
removeHole(hole_poly, nodeFillingOutput)
An object of type nodeFillingOutput, with values:
EW_locs EW coordinates for the contour plot.
NS_locs NS coordinates for the contour plot.
nodes Matrix of node locations.
poly Matrix of vertices of boundary polygon.
node_spacing Vertical and horizontal node spacing.
hole_list List of polygons representing holes in region.
A numerical matrix of vertices of the hole polygon.
An object of type nodeFillingOutput, returned by nodeFilling or removeHole.
Ronald P. Barry