Class VectorFloat


  • public class VectorFloat
    extends java.lang.Object
    • Constructor Detail

      • VectorFloat

        public VectorFloat​(long cPtr,
                           boolean cMemoryOwn)
      • VectorFloat

        public VectorFloat()
      • VectorFloat

        public VectorFloat​(long n)
    • Method Detail

      • getCPtr

        public static long getCPtr​(VectorFloat obj)
      • 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​(float x)
      • get

        public float get​(int i)
      • set

        public void set​(int i,
                        float val)