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