Package boofcv.struct

Class BlockIndexLength

java.lang.Object
boofcv.struct.IndexLength
boofcv.struct.BlockIndexLength

public class BlockIndexLength extends IndexLength
The start and length of segment inside a block of arrays
  • 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 class IndexLength