Uses of Class
com.agisoft.metashape.PointCloud.Projections
| Package | Description |
|---|---|
| com.agisoft.metashape |
-
Uses of PointCloud.Projections in com.agisoft.metashape
Methods in com.agisoft.metashape that return PointCloud.Projections Modifier and Type Method Description PointCloud.ProjectionsPointCloud.Projections. copy()PointCloud.ProjectionsPointCloud. getProjections(int camera)Point projections for the camera.Methods in com.agisoft.metashape with parameters of type PointCloud.Projections Modifier and Type Method Description static longPointCloud.Projections. getCPtr(PointCloud.Projections obj)static longMetashapeJNI. new_PointCloud_Projections__SWIG_1(long jarg1, PointCloud.Projections jarg1_)static longMetashapeJNI. PointCloud_Projections_copy(long jarg1, PointCloud.Projections jarg1_)static longMetashapeJNI. PointCloud_Projections_get(long jarg1, PointCloud.Projections jarg1_, long jarg2)static longMetashapeJNI. PointCloud_Projections_getSize(long jarg1, PointCloud.Projections jarg1_)static voidMetashapeJNI. PointCloud_Projections_resize(long jarg1, PointCloud.Projections jarg1_, long jarg2)static voidMetashapeJNI. PointCloud_Projections_set(long jarg1, PointCloud.Projections jarg1_, long jarg2, long jarg3, PointCloud.Projection jarg3_)voidPointCloud. setProjections(int camera, PointCloud.Projections projections)Point projections for the camera.Constructors in com.agisoft.metashape with parameters of type PointCloud.Projections Constructor Description Projections(PointCloud.Projections projections)