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