public class PeriodicBorder3D extends Object implements BorderManager3D
BorderManager3D.Type| Constructor and Description | 
|---|
PeriodicBorder3D(ij.ImageStack image)
Creates a new Periodic Border Manager 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
get(int x,
   int y,
   int z)
Returns the value corresponding to (x,y) position. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBorderspublic PeriodicBorder3D(ij.ImageStack image)
image - the image to expandpublic int get(int x,
               int y,
               int z)
BorderManager3Dget in interface BorderManager3Dx - column index of the positiony - row index of the positionz - slice index of the positionBorderManager.get(int, int)Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.