public class StereoGroup_Vect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
StereoGroup_Vect() |
|
StereoGroup_Vect(long n) |
protected |
StereoGroup_Vect(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(StereoGroup x) |
long |
capacity() |
void |
clear() |
void |
delete() |
boolean |
equals(StereoGroup_Vect o) |
protected void |
finalize() |
StereoGroup |
get(int i) |
protected static long |
getCPtr(StereoGroup_Vect obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
StereoGroup val) |
long |
size() |
protected StereoGroup_Vect(long cPtr, boolean cMemoryOwn)
public StereoGroup_Vect()
public StereoGroup_Vect(long n)
protected static long getCPtr(StereoGroup_Vect 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(StereoGroup x)
public StereoGroup get(int i)
public void set(int i, StereoGroup val)
public boolean equals(StereoGroup_Vect o)