Click or drag to resize
SoVRMemoryReader Constructor (SbBox3f, SoDataSetDataTypes, SbVec3i32, SbVec2i32, SbNativeArray, Int32)

Note: This API is now obsolete.

Initializes a new instance of the SoVRMemoryReader class

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoVRMemoryReader(
	SbBox3f size,
	SoDataSetDataTypes type,
	SbVec3i32 dim,
	SbVec2i32 padding,
	SbNativeArray internalData,
	int sigBits
)

Parameters

size
Type: OIV.InventorSbBox3f
type
Type: OIV.LDM.NodesSoDataSetDataTypes
dim
Type: OIV.InventorSbVec3i32
padding
Type: OIV.InventorSbVec2i32
internalData
Type: OIV.InventorSbNativeArray
sigBits
Type: SystemInt32
Remarks

Obsoletesince Open Inventor 6000 Obsolete version kept for compatibility.

See Also