Class VectorLong

java.lang.Object
edu.tufts.hrilab.vision.visionproc.swig.VectorLong

public class VectorLong extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • VectorLong

      protected VectorLong(long cPtr, boolean cMemoryOwn)
    • VectorLong

      public VectorLong()
    • VectorLong

      public VectorLong(long n)
  • Method Details

    • getCPtr

      protected static long getCPtr(VectorLong obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • size

      public long size()
    • capacity

      public long capacity()
    • reserve

      public void reserve(long n)
    • isEmpty

      public boolean isEmpty()
    • clear

      public void clear()
    • add

      public void add(long x)
    • get

      public long get(int i)
    • set

      public void set(int i, long val)