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
protected MyfltVector(long cPtr,
boolean cMemoryOwn)
MyfltVector
public MyfltVector()
MyfltVector
public MyfltVector(int n)
getCPtr
protected 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(double x)
get
public double get(int i)
set
public void set(int i,
double val)