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