Class L_AMAP_NODE

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

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

    • L_AMAP_NODE

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

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