Package net.imglib2.blocks
Class Ranges.Range
- java.lang.Object
-
- net.imglib2.blocks.Ranges.Range
-
- Enclosing interface:
- Ranges
public static class Ranges.Range extends java.lang.ObjectInstructions for copying along a particular dimension. (To copy an n-dimensional region, n Ranges are combined.)Copy
welements to coordinatesxthroughx + w(exclusive) in destination, from source cell withgridxgrid coordinate, starting at coordinatecellxwithin cell, and from there moving indirfor successive source elements.It is guaranteed that all
welements fall within the same cell (i.e., primitive array).
-
-
Constructor Summary
Constructors Constructor Description Range(int gridx, int cellx, int w, Ranges.Direction dir, int x)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
gridx
final int gridx
-
cellx
final int cellx
-
w
final int w
-
dir
final Ranges.Direction dir
-
x
final int x
-
-
Constructor Detail
-
Range
public Range(int gridx, int cellx, int w, Ranges.Direction dir, int x)
-
-