Package boofcv.struct
Class BlockIndexLength
java.lang.Object
boofcv.struct.IndexLength
boofcv.struct.BlockIndexLength
The start and length of segment inside a block of arrays
-
Field Summary
Fields inherited from class boofcv.struct.IndexLength
length, start
-
Constructor Summary
-
Method Summary
-
Field Details
-
block
public int block
-
-
Constructor Details
-
BlockIndexLength
public BlockIndexLength()
-
-
Method Details
-
setTo
public void setTo(int start, int length, int block) -
zero
public void zero()- Overrides:
zero
in classIndexLength
-