Class PIXAC

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

@Name("PixaComp") @Properties(inherit=leptonica.class) public class PIXAC extends Pointer
Array of compressed pix
  • Constructor Details

    • PIXAC

      public PIXAC()
      Default native constructor.
    • PIXAC

      public PIXAC(long size)
      Native array allocator. Access with Pointer.position(long).
    • PIXAC

      public PIXAC(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details

    • position

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

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

      @Cast("l_int32") public int n()
      number of PixComp in ptr array
    • n

      public PIXAC n(int setter)
    • nalloc

      @Cast("l_int32") public int nalloc()
      number of PixComp ptrs allocated
    • nalloc

      public PIXAC nalloc(int setter)
    • offset

      @Cast("l_int32") public int offset()
      indexing offset into ptr array
    • offset

      public PIXAC offset(int setter)
    • pixc

      public PIXC pixc(int i)
      the array of ptrs to PixComp
    • pixc

      public PIXAC pixc(int i, PIXC setter)
    • pixc

      @Cast("PixComp**") public PointerPointer pixc()
    • pixc

      public PIXAC pixc(PointerPointer setter)
    • boxa

      public BOXA boxa()
      array of boxes
    • boxa

      public PIXAC boxa(BOXA setter)