Uses of Class
com.agisoft.metashape.TiledModel
Packages that use TiledModel
-
Uses of TiledModel in com.agisoft.metashape
Methods in com.agisoft.metashape that return TiledModelModifier and TypeMethodDescriptionstatic TiledModel[]TiledModel.cArrayWrap(long[] cArray, boolean cMemoryOwn) Chunk.getTiledModel()Default tiled model for the current frame, may be null.Chunk.getTiledModels()List of tiled models for the current frame.Methods in com.agisoft.metashape with parameters of type TiledModelModifier and TypeMethodDescriptionstatic long[]TiledModel.cArrayUnwrap(TiledModel[] arrayWrapper) static longTiledModel.getCPtr(TiledModel obj) static final longMetashapeJNI.new_TiledModel__SWIG_1(long jarg1, TiledModel jarg1_) static final longMetashapeJNI.TiledModel_getChunk(long jarg1, TiledModel jarg1_) static final longMetashapeJNI.TiledModel_getCoordinateSystem(long jarg1, TiledModel jarg1_) static final intMetashapeJNI.TiledModel_getKey(long jarg1, TiledModel jarg1_) static final StringMetashapeJNI.TiledModel_getLabel(long jarg1, TiledModel jarg1_) static final longMetashapeJNI.TiledModel_getMeta(long jarg1, TiledModel jarg1_) static final StringMetashapeJNI.TiledModel_getPath(long jarg1, TiledModel jarg1_) static final longMetashapeJNI.TiledModel_getTransform(long jarg1, TiledModel jarg1_) static final longMetashapeJNI.TiledModel_pickPoint(long jarg1, TiledModel jarg1_, long jarg2, Vector3d jarg2_, long jarg3, Vector3d jarg3_) static final longMetashapeJNI.TiledModel_renderPreview(long jarg1, TiledModel jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, Progress jarg5) static final voidMetashapeJNI.TiledModel_setCoordinateSystem(long jarg1, TiledModel jarg1_, long jarg2, CoordinateSystem jarg2_) static final voidMetashapeJNI.TiledModel_setLabel(long jarg1, TiledModel jarg1_, String jarg2) static final voidMetashapeJNI.TiledModel_setMeta(long jarg1, TiledModel jarg1_, long jarg2, MetaData jarg2_) static final voidMetashapeJNI.TiledModel_setTransform(long jarg1, TiledModel jarg1_, long jarg2, Matrix4x4d jarg2_) Constructors in com.agisoft.metashape with parameters of type TiledModel