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