Uses of Class
com.openinventor.imageviz.nodes.images.SoMemoryDataAdapter
-
Packages that use SoMemoryDataAdapter Package Description com.openinventor.imageviz This extension is deprecated since 2023.2 ImageViz API is replaced by the new ImageDev toolkit which provides the same features with the added benefit of a simplier API.com.openinventor.imageviz.nodes.images Data conversion conventions in ImageViz -
-
Uses of SoMemoryDataAdapter in com.openinventor.imageviz
Methods in com.openinventor.imageviz that return SoMemoryDataAdapter Modifier and Type Method Description SoMemoryDataAdapter
SbImageDataAccessor. copyRegion(SbImageDataAccessor.Region region)
Deprecated.Returns anSoMemoryDataAdapter
corresponding to the requested region.SoMemoryDataAdapter
SbImageDataAccessor. copyRegion(SbImageDataAccessor.Region region, SbChannelList channels)
Deprecated.Returns anSoMemoryDataAdapter
corresponding to the requested region. -
Uses of SoMemoryDataAdapter in com.openinventor.imageviz.nodes.images
Methods in com.openinventor.imageviz.nodes.images that return SoMemoryDataAdapter Modifier and Type Method Description static SoMemoryDataAdapter
SoMemoryDataAdapter. createMemoryDataAdapter(SbVec4i32 dimension, SbImageDataType imageInfos, SoMemoryDataAdapter.LayerOrganizations organization, SoBufferObject data)
Deprecated.Factory method that creates an adapter from an existing block of memory.
-