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 SoMemoryDataAdapterSbImageDataAccessor. copyRegion(SbImageDataAccessor.Region region)Returns anSoMemoryDataAdaptercorresponding to the requested region.SoMemoryDataAdapterSbImageDataAccessor. copyRegion(SbImageDataAccessor.Region region, SbChannelList channels)Returns anSoMemoryDataAdaptercorresponding 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 SoMemoryDataAdapterSoMemoryDataAdapter. createMemoryDataAdapter(SbVec4i32 dimension, SbImageDataType imageInfos, SoMemoryDataAdapter.LayerOrganizations organization, SoBufferObject data)Factory method that creates an adapter from an existing block of memory.
-