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 int
detectHoles(int[][] map, int startX, int startY, int xDim, int yDim)
int
findHoles(int[][] map, int startX, int startY, int xDim, int yDim)
(package private) int
test()
(package private) int
test1()
(package private) int
test3()
-
Methods inherited from class gov.nih.mipav.view.renderer.WildMagic.Knees.PatternDetection
DFS, isSafe, printMap, printVisitedMap
-
-