Uses of Class
com.openinventor.imageviz.nodes.images.SoMemoryDataAdapter
-
Packages that use SoMemoryDataAdapter Package Description com.openinventor.imageviz The ImageViz extension allows easy integration of advanced 2D and 3D image processing and analysis capabilities into imaging software applications.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)
Returns anSoMemoryDataAdapter
corresponding to the requested region.SoMemoryDataAdapter
SbImageDataAccessor. copyRegion(SbImageDataAccessor.Region region, SbChannelList channels)
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)
Factory method that creates an adapter from an existing block of memory.
-