Class SELA

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.leptonica.SELA
All Implemented Interfaces:
AutoCloseable

@Name("Sela") @Properties(inherit=leptonica.class) public class SELA extends Pointer
Array of Sel
  • Constructor Details

  • Method Details

    • position

      public SELA position(long position)
      Overrides:
      position in class Pointer
    • getPointer

      public SELA getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • n

      @Cast("l_int32") public int n()
      number of sel actually stored
    • n

      public SELA n(int setter)
    • nalloc

      @Cast("l_int32") public int nalloc()
      size of allocated ptr array
    • nalloc

      public SELA nalloc(int setter)
    • sel

      public SEL sel(int i)
      sel ptr array
    • sel

      public SELA sel(int i, SEL setter)
    • sel

      @Cast("Sel**") public PointerPointer sel()
    • sel

      public SELA sel(PointerPointer setter)