Uses of Class
com.agisoft.metashape.DenseCloud
Packages that use DenseCloud
-
Uses of DenseCloud in com.agisoft.metashape
Methods in com.agisoft.metashape that return DenseCloudModifier and TypeMethodDescriptionstatic DenseCloud[]DenseCloud.cArrayWrap(long[] cArray, boolean cMemoryOwn) Chunk.getDenseCloud()Default dense point cloud for the current frame, may be null.Chunk.getDenseClouds()List of dense clouds for the current frame.Methods in com.agisoft.metashape with parameters of type DenseCloudModifier and TypeMethodDescriptionstatic long[]DenseCloud.cArrayUnwrap(DenseCloud[] arrayWrapper) static final voidMetashapeJNI.DenseCloud_assignClass(long jarg1, DenseCloud jarg1_, int jarg2, int[] jarg3, Progress jarg4) static final voidMetashapeJNI.DenseCloud_compactPoints(long jarg1, DenseCloud jarg1_, Progress jarg2) static final longMetashapeJNI.DenseCloud_getChunk(long jarg1, DenseCloud jarg1_) static final longMetashapeJNI.DenseCloud_getCoordinateSystem(long jarg1, DenseCloud jarg1_) static final intMetashapeJNI.DenseCloud_getKey(long jarg1, DenseCloud jarg1_) static final StringMetashapeJNI.DenseCloud_getLabel(long jarg1, DenseCloud jarg1_) static final longMetashapeJNI.DenseCloud_getMeta(long jarg1, DenseCloud jarg1_) static final StringMetashapeJNI.DenseCloud_getPath(long jarg1, DenseCloud jarg1_) static final longMetashapeJNI.DenseCloud_getTransform(long jarg1, DenseCloud jarg1_) static final longMetashapeJNI.DenseCloud_pickPoint(long jarg1, DenseCloud jarg1_, long jarg2, Vector3d jarg2_, long jarg3, Vector3d jarg3_) static final voidMetashapeJNI.DenseCloud_removePoints(long jarg1, DenseCloud jarg1_, int[] jarg2, Progress jarg3) static final longMetashapeJNI.DenseCloud_renderPreview(long jarg1, DenseCloud jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, int jarg5, Progress jarg6) static final voidMetashapeJNI.DenseCloud_restorePoints(long jarg1, DenseCloud jarg1_, int[] jarg2, Progress jarg3) static final voidMetashapeJNI.DenseCloud_setCoordinateSystem(long jarg1, DenseCloud jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidMetashapeJNI.DenseCloud_setLabel(long jarg1, DenseCloud jarg1_, String jarg2) static final voidMetashapeJNI.DenseCloud_setMeta(long jarg1, DenseCloud jarg1_, long jarg2, MetaData jarg2_) static final voidMetashapeJNI.DenseCloud_setTransform(long jarg1, DenseCloud jarg1_, long jarg2, Matrix4x4d jarg2_) static longDenseCloud.getCPtr(DenseCloud obj) static final longMetashapeJNI.new_DenseCloud__SWIG_1(long jarg1, DenseCloud jarg1_) Constructors in com.agisoft.metashape with parameters of type DenseCloud