Class L_DNAA

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

@Name("L_Dnaa") @Properties(inherit=leptonica.class) public class L_DNAA extends Pointer
Array of double number arrays
  • Constructor Details

    • L_DNAA

      public L_DNAA()
      Default native constructor.
    • L_DNAA

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

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