Uses of Class
com.agisoft.metashape.MarkerGroup
| Package | Description |
|---|---|
| com.agisoft.metashape |
-
Uses of MarkerGroup in com.agisoft.metashape
Methods in com.agisoft.metashape that return MarkerGroup Modifier and Type Method Description MarkerGroupChunk. addMarkerGroup()Add new marker group to the chunk.static MarkerGroup[]MarkerGroup. cArrayWrap(long[] cArray, boolean cMemoryOwn)MarkerGroupChunk. getMarkerGroup(int key)Marker group with specified key.MarkerGroup[]Chunk. getMarkerGroups()List of marker groups in the chunk.Methods in com.agisoft.metashape with parameters of type MarkerGroup Modifier and Type Method Description static long[]MarkerGroup. cArrayUnwrap(MarkerGroup[] arrayWrapper)static longMarkerGroup. getCPtr(MarkerGroup obj)static longMetashapeJNI. MarkerGroup_getChunk(long jarg1, MarkerGroup jarg1_)static intMetashapeJNI. MarkerGroup_getKey(long jarg1, MarkerGroup jarg1_)static StringMetashapeJNI. MarkerGroup_getLabel(long jarg1, MarkerGroup jarg1_)static booleanMetashapeJNI. MarkerGroup_isSelected(long jarg1, MarkerGroup jarg1_)static voidMetashapeJNI. MarkerGroup_setLabel(long jarg1, MarkerGroup jarg1_, String jarg2)static voidMetashapeJNI. MarkerGroup_setSelected(long jarg1, MarkerGroup jarg1_, boolean jarg2)static longMetashapeJNI. new_MarkerGroup(long jarg1, MarkerGroup jarg1_)Constructors in com.agisoft.metashape with parameters of type MarkerGroup Constructor Description MarkerGroup(MarkerGroup group)