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