csnd
Class MyfltVector
java.lang.Object
csnd.MyfltVector
public class MyfltVector
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
MyfltVector
public MyfltVector(long cPtr,
boolean cMemoryOwn)
MyfltVector
public MyfltVector()
MyfltVector
public MyfltVector(int n)
getCPtr
public static long getCPtr(MyfltVector obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
size
public int size()
capacity
public int capacity()
reserve
public void reserve(int 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)