public static class PointCloud.Point
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
Point() |
Point(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
static long |
getCPtr(PointCloud.Point obj) |
long |
getFlags() |
long |
getId() |
Vector3d |
getPoint() |
float |
getW() |
void |
setFlags(long value) |
void |
setId(long value) |
void |
setPoint(Vector3d value) |
void |
setW(float value) |
public static long getCPtr(PointCloud.Point obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setPoint(Vector3d value)
public Vector3d getPoint()
public void setW(float value)
public float getW()
public void setFlags(long value)
public long getFlags()
public void setId(long value)
public long getId()