Class L_ASET_NODE

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

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

    • L_ASET_NODE

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

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