csnd
public class MyfltVector extends Object
| Field Summary | |
|---|---|
| protected boolean | swigCMemOwn |
| Constructor Summary | |
|---|---|
| protected | MyfltVector(long cPtr, boolean cMemoryOwn) |
| MyfltVector() | |
| MyfltVector(int n) | |
| Method Summary | |
|---|---|
| void | add(float x) |
| int | capacity() |
| void | clear() |
| void | delete() |
| protected void | finalize() |
| float | get(int i) |
| protected static long | getCPtr(MyfltVector obj) |
| boolean | isEmpty() |
| void | reserve(int n) |
| void | set(int i, float val) |
| int | size() |