Uses of Class
com.agisoft.metashape.TiledModel
| Package | Description |
|---|---|
| com.agisoft.metashape |
-
Uses of TiledModel in com.agisoft.metashape
Methods in com.agisoft.metashape that return TiledModel Modifier and Type Method Description static TiledModel[]TiledModel. cArrayWrap(long[] cArray, boolean cMemoryOwn)TiledModelChunk. getTiledModel()Default tiled model for the current frame.TiledModel[]Chunk. getTiledModels()List of tiled models for the current frame.Methods in com.agisoft.metashape with parameters of type TiledModel Modifier and Type Method Description static long[]TiledModel. cArrayUnwrap(TiledModel[] arrayWrapper)static longTiledModel. getCPtr(TiledModel obj)static longMetashapeJNI. new_TiledModel__SWIG_1(long jarg1, TiledModel jarg1_)static longMetashapeJNI. TiledModel_getChunk(long jarg1, TiledModel jarg1_)static intMetashapeJNI. TiledModel_getKey(long jarg1, TiledModel jarg1_)static StringMetashapeJNI. TiledModel_getLabel(long jarg1, TiledModel jarg1_)static longMetashapeJNI. TiledModel_getMeta(long jarg1, TiledModel jarg1_)static StringMetashapeJNI. TiledModel_getPath(long jarg1, TiledModel jarg1_)static longMetashapeJNI. TiledModel_pickPoint(long jarg1, TiledModel jarg1_, long jarg2, Vector3d jarg2_, long jarg3, Vector3d jarg3_)static longMetashapeJNI. TiledModel_renderPreview(long jarg1, TiledModel jarg1_, long jarg2, long jarg3, long jarg4, Matrix4x4d jarg4_, Progress jarg5)static voidMetashapeJNI. TiledModel_setLabel(long jarg1, TiledModel jarg1_, String jarg2)static voidMetashapeJNI. TiledModel_setMeta(long jarg1, TiledModel jarg1_, long jarg2, MetaData jarg2_)Constructors in com.agisoft.metashape with parameters of type TiledModel Constructor Description TiledModel(TiledModel tiled_model)