Class L_ASET

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

@Opaque @Properties(inherit=leptonica.class) public class L_ASET extends Pointer
  • Constructor Details

    • L_ASET

      public L_ASET()
      Empty constructor. Calls super((Pointer)null).
    • L_ASET

      public L_ASET(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).