Class L_AMAP

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

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

    • L_AMAP

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

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