Class L_DNA

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

@Name("L_Dna") @Properties(inherit=leptonica.class) public class L_DNA extends Pointer
Double number array: an array of doubles
  • Constructor Details

    • L_DNA

      public L_DNA()
      Default native constructor.
    • L_DNA

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

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

    • position

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

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

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

      public L_DNA nalloc(int setter)
    • n

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

      public L_DNA n(int setter)
    • refcount

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

      public L_DNA refcount(int setter)
    • startx

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

      public L_DNA startx(double setter)
    • delx

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

      public L_DNA delx(double setter)
    • array

      @Cast("l_float64*") public DoublePointer array()
      number array
    • array

      public L_DNA array(DoublePointer setter)