Package com.agisoft.metashape
Class PointCloud.Points
java.lang.Object
com.agisoft.metashape.PointCloud.Points
- Enclosing class:
- PointCloud
public static class PointCloud.Points extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
Constructors Constructor Description Points()Points(long cPtr, boolean cMemoryOwn)Points(PointCloud.Points points) -
Method Summary
Modifier and Type Method Description PointCloud.Pointscopy()voiddelete()protected voidfinalize()PointCloud.Pointget(long index)static longgetCPtr(PointCloud.Points obj)longgetSize()voidresize(long size)voidset(long index, PointCloud.Point point)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Points
public Points(long cPtr, boolean cMemoryOwn) -
Points
public Points() -
Points
-
-
Method Details