Click or drag to resize
SoMemoryDataAdapter Constructor

Default constructor.

Namespace: OIV.ImageViz.Nodes.Images
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoMemoryDataAdapter()
Remarks

Init an image with one voxel unit of one component of type UNSIGNED_BYTE.

Please use OIV.ImageViz.Nodes.Images.SoMemoryDataAdapter.CreateMemoryDataAdapter(OIV.Inventor.SbVec4i32, OIV.ImageViz.SbImageDataType, OIV.ImageViz.Nodes.Images.SoMemoryDataAdapter.LayerOrganizations, OIV.Inventor.Devices.SoBufferObject) to create a Memory adapter from existing block of memory.

See Also