SoVRMemoryReader Constructor (SbBox3f, SoDataSetDataTypes, SbVec3i32, SbVec2i32, SbNativeArray) |
Note: This API is now obsolete.
Calls SoVRMemoryReader(size, type, dim, padding, internalData, System.Int32(0)).
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoVRMemoryReader(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3i32 dim,
SbVec2i32 padding,
SbNativeArray internalData
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub New (
size As SbBox3f,
type As SoDataSetDataTypes,
dim As SbVec3i32,
padding As SbVec2i32,
internalData As SbNativeArray
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SoVRMemoryReader(
SbBox3f size,
SoDataSetDataTypes type,
SbVec3i32 dim,
SbVec2i32 padding,
SbNativeArray^ internalData
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
new :
size : SbBox3f *
type : SoDataSetDataTypes *
dim : SbVec3i32 *
padding : SbVec2i32 *
internalData : SbNativeArray -> SoVRMemoryReader
Parameters
- size
- Type: OIV.InventorSbBox3f
- type
- Type: OIV.LDM.NodesSoDataSetDataTypes
- dim
- Type: OIV.InventorSbVec3i32
- padding
- Type: OIV.InventorSbVec2i32
- internalData
- Type: OIV.InventorSbNativeArray
Remarks
See Also