public static class TiePoints.Points
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Points() |
protected |
Points(long cPtr,
boolean cMemoryOwn) |
|
Points(TiePoints.Points points) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
TiePoints.Points |
copy() |
void |
delete() |
protected void |
finalize() |
TiePoints.Point |
get(long index) |
protected static long |
getCPtr(TiePoints.Points obj) |
long |
getSize() |
void |
resize(long size) |
void |
set(long index,
TiePoints.Point point) |
protected Points(long cPtr, boolean cMemoryOwn)
public Points()
public Points(TiePoints.Points points)
protected static long getCPtr(TiePoints.Points obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void close()
close
in interface java.lang.AutoCloseable
public TiePoints.Points copy()
public void resize(long size)
public long getSize()
public void set(long index, TiePoints.Point point)
public TiePoints.Point get(long index)