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