public class floatVector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
floatVector() |
|
floatVector(long n) |
protected |
floatVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(float x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
float |
get(int i) |
protected static long |
getCPtr(floatVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
float val) |
long |
size() |
protected floatVector(long cPtr,
boolean cMemoryOwn)
public floatVector()
public floatVector(long n)
protected static long getCPtr(floatVector obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(float x)
public float get(int i)
public void set(int i,
float val)