Class NUMA

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

@Name("Numa") @Properties(inherit=leptonica.class) public class NUMA extends Pointer
Number array: an array of floats
  • Constructor Details

  • Method Details

    • position

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

      public NUMA getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • nalloc

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

      public NUMA nalloc(int setter)
    • n

      @Cast("l_int32") public int n()
      number of numbers saved
    • n

      public NUMA n(int setter)
    • refcount

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

      public NUMA refcount(int setter)
    • startx

      @Cast("l_float32") public float startx()
      x value assigned to array[0]
    • startx

      public NUMA startx(float setter)
    • delx

      @Cast("l_float32") public float delx()
      change in x value as i --> i + 1
    • delx

      public NUMA delx(float setter)
    • array

      @Cast("l_float32*") public FloatPointer array()
      number array
    • array

      public NUMA array(FloatPointer setter)