Class PTA

All Implemented Interfaces:
AutoCloseable

@Name("Pta") @Properties(inherit=leptonica.class) public class PTA extends Pointer
Array of points
  • Constructor Details

  • Method Details

    • position

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

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

      @Cast("l_int32") public int n()
      actual number of pts
    • n

      public PTA n(int setter)
    • nalloc

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

      public PTA nalloc(int setter)
    • refcount

      @Cast("l_atomic") public int refcount()
      reference count (1 if no clones)
    • refcount

      public PTA refcount(int setter)
    • x

      @Cast("l_float32*") public FloatPointer x()
      arrays of floats
    • x

      public PTA x(FloatPointer setter)
    • y

      @Cast("l_float32*") public FloatPointer y()
    • y

      public PTA y(FloatPointer setter)