Class HolesPattern
- java.lang.Object
-
- gov.nih.mipav.view.renderer.WildMagic.Knees.PatternDetection
-
- gov.nih.mipav.view.renderer.WildMagic.Knees.HolesPattern
-
public class HolesPattern extends PatternDetection
-
-
Field Summary
-
Fields inherited from class gov.nih.mipav.view.renderer.WildMagic.Knees.PatternDetection
colNumber, rowNumber
-
-
Constructor Summary
Constructors Constructor Description HolesPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdetectHoles(int[][] map, int startX, int startY, int xDim, int yDim)intfindHoles(int[][] map, int startX, int startY, int xDim, int yDim)(package private) inttest()(package private) inttest1()(package private) inttest3()-
Methods inherited from class gov.nih.mipav.view.renderer.WildMagic.Knees.PatternDetection
DFS, isSafe, printMap, printVisitedMap
-
-